Table of Contents

Method IsStopOrderType

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

IsStopOrderType(OrderType)

Checks if the given order type is a stop order type or not.

public static bool IsStopOrderType(this OrderType orderType)

Parameters

orderType OrderType

Order type to check.

Returns

bool

true if the order type is of a stop-order type, false otherwise.