Property IsMaker
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1.Orders
- Assembly
- WhalesSecret.TradeScriptLib.dll
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.
bool? IsMaker { get; }
Property Value
- bool?