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
baseVolumePrecisionint?Number of decimal places for volume of the base asset, or
nullif the exchange does not provide the information.quoteVolumePrecisionint?Number of decimal places for volume of the quote asset, or
nullif the exchange does not provide the information.pricePrecisionint?Number of decimal places for price of the base asset in the quote asset, or
nullif the exchange does not provide the information.minBaseSizedecimal?Minimal size of the order in the base asset, or
nullif the exchange does not provide the information.minQuoteSizedecimal?Minimal size of the order in the quote asset, or
nullif the exchange does not provide the information.