Constructor ExchangeInfo
- Namespace
- WhalesSecret.TradeScriptLib.Exchanges
- Assembly
- WhalesSecret.TradeScriptLib.dll
ExchangeInfo(ExchangeMarket, IReadOnlyDictionary<SymbolPair, ExchangeSymbolPairLimits>, TimeSpan)
Creates a new instance of the object.
public ExchangeInfo(ExchangeMarket exchangeMarket, IReadOnlyDictionary<SymbolPair, ExchangeSymbolPairLimits> symbolPairLimits, TimeSpan timeShift)
Parameters
exchangeMarket
ExchangeMarketIdentifier of the market.
symbolPairLimits
IReadOnlyDictionary<SymbolPair, ExchangeSymbolPairLimits>Supported symbol pairs on the exchange market with their limits.
timeShift
TimeSpanDifference between the exchange server time and the local system time. If the value is positive, the local system time is behind the exchange server time.