Interface ILiveOrder
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1.Orders
- Assembly
- WhalesSecret.TradeScriptLib.dll
Order being actively updated with exchange order events.
public interface ILiveOrder
- Extension Methods
Properties
- ClientOrderId
Client order ID of the order, or
null
if no client order ID was assigned to the order.
- CreateTime
UTC timestamp when the order was created as returned by the exchange.
- ExchangeMarket
Exchange market where the order was placed.
- ExchangeOrderId
Fully qualified order ID as assigned by the exchange where the order was placed.
- LatestFillData
Latest known order's fill data.
- OrderStatus
Status of the order.
- OrderType
Order type.
- Side
Order side.
- Size
Order size.
- SymbolPair
Order's symbol pair.
Methods
- GetOriginalOrderRequest()
Gets original order request.
- WaitForFillAsync(CancellationToken)
Waits for a complete fill of the order.
- WaitForPartialFillOrCloseAsync(CancellationToken)
Waits for a fill (partial or full) to occur or until the order is cancelled.
- WaitUntilClosedAsync(CancellationToken)
Waits for a complete fill of the order, or until the order is canceled.