Property SymbolPairLimits
- Namespace
- WhalesSecret.TradeScriptLib.Exchanges
- Assembly
- WhalesSecret.TradeScriptLib.dll
SymbolPairLimits
Supported symbol pairs on the exchange market with their limits.
[JsonPropertyName("l")]
public IReadOnlyDictionary<SymbolPair, ExchangeSymbolPairLimits> SymbolPairLimits { get; }