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