feat(core): add internal crypto isin resolution and subtitle mapping
This commit is contained in:
@@ -9,5 +9,7 @@ public class CloseTradeRequest
|
||||
{
|
||||
public decimal UserExitPrice { get; set; }
|
||||
public DateTime? UserExitTimestamp { get; set; }
|
||||
public decimal ExitFee { get; set; } = 1.0m;
|
||||
public string CloseReason { get; set; } = "ManualClosure"; // "TakeProfitHit", "StopLossHit", "ManualClosure", "TimeExpired"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user