Table of Contents

Method IsLimitLikeOrderType

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

IsLimitLikeOrderType(OrderType)

Checks if the given order type is a limit order or an order that turns into a limit order.

public static bool IsLimitLikeOrderType(this OrderType orderType)

Parameters

orderType OrderType

Order type to check.

Returns

bool

true if the order type is a limit order or an order that turns into a limit order, false otherwise.