Table of Contents

Property SymbolPairs

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

SymbolPairs

Condition mandating that each trade'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 set is not allowed.

Exceptions

InvalidArgumentException

Thrown if an empty set is provided.