Interface ITradingStrategyBudget
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1.Budget
- Assembly
- WhalesSecret.TradeScriptLib.dll
Budget for a trading strategy. The budget monitors execution of orders over the associated exchange connection and may restrict creation of new orders in case the funds are running low. It also provide profit and loss reports over executed trades to help evaluating the trading strategy.
public interface ITradingStrategyBudget
- Extension Methods
Fields
- ClientOrderIdSuffix
Mandatory suffix in client order ID in case trading strategy is used.