Class BudgetRequest
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1.Budget
- Assembly
- WhalesSecret.TradeScriptLib.dll
Description of budget parameters for a trading strategy.
public class BudgetRequest
- Inheritance
-
BudgetRequest
- Inherited Members
- Extension Methods
Constructors
- BudgetRequest(string, string, BudgetSnapshot)
Creates a instance of the object.
Properties
- InitialBudget
Initial budget of the trading strategy. The initial budget must not be empty, it must include PrimaryAsset, and must not contain any negative values.
- PrimaryAsset
Name of the primary asset that is used to calculate profits and losses.
- StrategyName
Unique name of the trading strategy.
Methods
- ToString()
Returns a string that represents the current object.