Class ExchangeSymbolPairLimits
- Namespace
- WhalesSecret.TradeScriptLib.Exchanges
- Assembly
- WhalesSecret.TradeScriptLib.dll
Various limits regarding exchange symbol pair.
public class ExchangeSymbolPairLimits : IEquatable<ExchangeSymbolPairLimits>
- Inheritance
-
ExchangeSymbolPairLimits
- Implements
- Inherited Members
- Extension Methods
Constructors
- ExchangeSymbolPairLimits(int?, int?, int?, decimal?, decimal?)
Creates a new instance of the object.
Properties
- BaseVolumePrecision
Maximum number of decimal places for volume of the base asset, or
null
if the exchange does not provide the information.
- MinBaseSize
Minimal size of the order in the base asset, or
null
if the exchange does not provide the information.
- MinQuoteSize
Minimal size of the order in the quote asset, or
null
if the exchange does not provide the information.
- PricePrecision
Maximum number of decimal places for price of the base asset in the quote asset, or
null
if the exchange does not provide the information.
- QuoteVolumePrecision
Maximum number of decimal places for volume of the quote asset, or
null
if the exchange does not provide the information.
Methods
- Equals(object?)
Determines whether the specified object is equal to the current object.
- Equals(ExchangeSymbolPairLimits?)
Indicates whether the current object is equal to another object of the same type.
- GetHashCode()
Serves as the default hash function.
- ToString()
Returns a string that represents the current object.
Operators
- operator ==(ExchangeSymbolPairLimits?, ExchangeSymbolPairLimits?)
Determines whether two specified exchange symbol pair limits instances have the same value.
- operator !=(ExchangeSymbolPairLimits?, ExchangeSymbolPairLimits?)
Determines whether two specified exchange symbol pair limits instances have different values.