Interface ILiveLimitOrder
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1.Orders
- Assembly
- WhalesSecret.TradeScriptLib.dll
Limit order actively being fed with exchange events to get an up-to-date order state.
public interface ILiveLimitOrder : ILiveOrder
- Inherited Members
- Extension Methods
Properties
- Maker
Flag denoting whether the order is restricted, once placed, to remove liquidity from the exchange market.
When
true
the order will be rejected by the exchange if the order would immediately fill (partially or completely).When
false
the order will behave as an ordinary LIMIT order.
- Price
The highest (the lowest) price for which to buy (sell) base symbol of SymbolPair.
- TimeInForce
Specifies how long an order is supposed to be active.