Update the position count and initiator
This commit is contained in:
@@ -66,6 +66,11 @@ namespace Managing.Domain.Trades
|
||||
|
||||
[Id(14)] [Required] public User User { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Identifier of the bot or entity that initiated this position
|
||||
/// </summary>
|
||||
[Id(15)] [Required] public Guid InitiatorIdentifier { get; set; }
|
||||
|
||||
public bool IsFinished()
|
||||
{
|
||||
return Status switch
|
||||
|
||||
Reference in New Issue
Block a user