Table of Contents

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.

[JsonPropertyName("S")]
[JsonConverter(typeof(ReadOnlySetConverter<SymbolPair>))]
public IReadOnlySet<SymbolPair>? SymbolPairs { get; init; }

Property Value

IReadOnlySet<SymbolPair>

Remarks

Empty list is not allowed.

Exceptions

InvalidArgumentException

Thrown if an empty set is provided.