Table of Contents

Method SetMaker

Namespace
WhalesSecret.TradeScriptLib.Utils.Orders
Assembly
WhalesSecret.TradeScriptLib.dll

SetMaker(bool)

Sets flag denoting whether the order is restricted, once placed, to remove liquidity from the exchange market.

public OrderRequestBuilder<TOrderRequest> SetMaker(bool maker)

Parameters

maker bool

Value to set.

Returns

OrderRequestBuilder<TOrderRequest>

Builder to use in fluent syntax.

Remarks

Optional parameter for LimitOrderRequests, default value is false.

Exceptions

InvalidArgumentException

Thrown if the method is called for any other type than Limit.

See Also