Method GetBracketOrders
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1.Orders.Brackets
- Assembly
- WhalesSecret.TradeScriptLib.dll
GetBracketOrders()
Gets a list of bracket orders.
IReadOnlyList<ILiveOrder> GetBracketOrders()
Returns
- IReadOnlyList<ILiveOrder>
List of bracket orders. This list is ordered by the threshold/limit price, with stop-loss bracket orders always coming first.
Remarks
The returned list is a snapshot of the bracket orders at the time of the call. The actual list of bracket orders can change at any time, for example, when the stop-loss threshold price is hit.