Property IsMaker
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1.Orders
- Assembly
- WhalesSecret.TradeScriptLib.dll
IsMaker
true to disallow the order to take liquidity from the order book, false otherwise, or null if not specified.
[JsonPropertyName("m")]
public bool? IsMaker { get; init; }
Property Value
- bool?