Table of Contents

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 null if 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

true if the limit order was created with a flag that disallows the order to take liquidity from the order book, false if the limit order was allowed to take liquidity from the order book, or null if 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 null if not applicable to the order type.

Size

Order size.

SizeInBaseSymbol

true if the size is specified in terms of the base symbol, false if 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 null if not applicable to the order type.

TimeInForce

Specifies how long an order is supposed to be active, or null if not applicable ot the order type.