Table of Contents

Constructor ExchangeSymbolPairLimits

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

ExchangeSymbolPairLimits(int?, int?, int?, decimal?, decimal?)

Creates a new instance of the object.

public ExchangeSymbolPairLimits(int? baseVolumePrecision, int? quoteVolumePrecision, int? pricePrecision, decimal? minBaseSize, decimal? minQuoteSize)

Parameters

baseVolumePrecision int?

Number of decimal places for volume of the base asset, or null if the exchange does not provide the information.

quoteVolumePrecision int?

Number of decimal places for volume of the quote asset, or null if the exchange does not provide the information.

pricePrecision int?

Number of decimal places for price of the base asset in the quote asset, or null if the exchange does not provide the information.

minBaseSize decimal?

Minimal size of the order in the base asset, or null if the exchange does not provide the information.

minQuoteSize decimal?

Minimal size of the order in the quote asset, or null if the exchange does not provide the information.