Table of Contents

Property Maker

Namespace
WhalesSecret.TradeScriptLib.API.TradingV1.Orders
Assembly
WhalesSecret.TradeScriptLib.dll

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.

bool Maker { get; }

Property Value

bool

Remarks

Not all exchanges support this feature.

Maker orders typically enjoy lower trading fees than taker orders.