Bundle from worker to grain
This commit is contained in:
@@ -15,8 +15,7 @@ public class BacktestEntity
|
||||
public string Identifier { get; set; } = string.Empty;
|
||||
|
||||
[Required]
|
||||
[MaxLength(255)]
|
||||
public string RequestId { get; set; } = string.Empty;
|
||||
public Guid RequestId { get; set; }
|
||||
|
||||
[Required]
|
||||
[Column(TypeName = "decimal(18,8)")]
|
||||
|
||||
Reference in New Issue
Block a user