Interface IOrder
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1.Orders
- Assembly
- WhalesSecret.TradeScriptLib.dll
Order information.
public interface IOrder
- Extension Methods
Properties
- CloseTime
UTC timestamp when the order was filled or canceled, or
nullif the order is still active.
- CreateTime
UTC timestamp when the order was created.
- ExchangeMarket
Exchange market where the order was placed.
- ExchangeOrderId
Exchange order ID of the order.
- IsMaker
trueif the limit order was created with a flag that disallows the order to take liquidity from the order book,falseif the limit order was allowed to take liquidity from the order book, ornullif the order is not a limit order.
- OrderType
Order type.
- Price
The highest (the lowest) price for which to buy (sell) base symbol of SymbolPair, or
nullif not applicable to the order type.
- Size
Order size.
- SizeInBaseSymbol
trueif the size is specified in terms of the base symbol,falseif the order size is specified in terms of the quote symbol.
- ThresholdPrice
When SymbolPair exchange market reaches the price, the stop-limit order becomes Limit order with price set to Price, or
nullif not applicable to the order type.
- TimeInForce
Specifies how long an order is supposed to be active, or
nullif not applicable ot the order type.