Property OrderTypes
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1.Orders
- Assembly
- WhalesSecret.TradeScriptLib.dll
OrderTypes
Condition mandating that each order's order type must be a value of this set, or null
if not specified.
public IReadOnlySet<OrderType>? OrderTypes { get; init; }
Property Value
Remarks
Empty set is not allowed.
Exceptions
- InvalidArgumentException
Thrown if an empty set is provided.