Class OrderTypeExtensions
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1.Orders
- Assembly
- WhalesSecret.TradeScriptLib.dll
Extension methods for OrderType.
public static class OrderTypeExtensions
- Inheritance
-
OrderTypeExtensions
- Inherited Members
Methods
- IsLimitLikeOrderType(OrderType)
Checks if the given order type is a limit order or an order that turns into a limit order.
- IsStopOrderType(OrderType)
Checks if the given order type is a stop order type or not.
- SupportsSizeInQuoteSymbol(OrderType)
Checks if the given order type supports specifying order sizes in terms of quote symbols.