Namespace WhalesSecret.TradeScriptLib.API.TradingV1.Orders.Brackets
Namespaces
Classes
- BracketOrderDefinition
Description of the bracket order to be placed when the working order is fully filled.
Interfaces
- IBracketedOrdersFactory
Factory for creating bracketed orders.
- ILiveBracketedOrder
Bracketed order is a synthetic order type that opens a trading position with a so called working order, and then attempts to close the position with, so called, bracket orders that either lock a profit or a loss. Bracketed order also includes a closing order request that is executed when the position is to be closed "manually", i.e. not relying on the bracket orders. The closing order is a market order with opposite side to the working order.
Enums
- BracketOrderType
Types of supported bracket orders.
- BracketedOrderStatus
Statuses of bracketed order.
Delegates
- IBracketedOrdersFactory.OnBracketedOrderUpdateAsync
Callback to be called when an update is available for the bracketed order.