Table of Contents

Class ExchangeInfo

Namespace
WhalesSecret.TradeScriptLib.Exchanges
Assembly
WhalesSecret.TradeScriptLib.dll

Information about an exchange market and its tradable pairs.

public class ExchangeInfo
Inheritance
ExchangeInfo
Inherited Members
Extension Methods

Constructors

ExchangeInfo(ExchangeMarket, IReadOnlyDictionary<SymbolPair, ExchangeSymbolPairLimits>, TimeSpan)

Creates a new instance of the object.

Properties

ExchangeMarket

Identifier of the market.

SymbolPairLimits

Supported symbol pairs on the exchange market with their limits.

TimeShift

Difference 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.

Methods

ToString()

Returns a string that represents the current object.