Property BudgetRequest
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1
- Assembly
- WhalesSecret.TradeScriptLib.dll
BudgetRequest
Description of budget parameters for a trading strategy or null
if budget is not requested. If the value is provided the budget restricts orders on the newly
established connection and reporting on profits and losses will be enabled.
public BudgetRequest? BudgetRequest { get; init; }
Property Value
Remarks
Budget request requires FullTrading connection type.