Package org.knowm.xchange.dto.meta
Class InstrumentMetaData
java.lang.Object
org.knowm.xchange.dto.meta.InstrumentMetaData
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionInstrumentMetaData
(BigDecimal tradingFee, FeeTier[] feeTiers, BigDecimal minimumAmount, BigDecimal maximumAmount, BigDecimal counterMinimumAmount, BigDecimal counterMaximumAmount, Integer priceScale, Integer volumeScale, BigDecimal amountStepSize, BigDecimal priceStepSize, Currency tradingFeeCurrency, boolean marketOrderEnabled, BigDecimal contractValue) -
Method Summary
-
Constructor Details
-
InstrumentMetaData
public InstrumentMetaData(BigDecimal tradingFee, FeeTier[] feeTiers, BigDecimal minimumAmount, BigDecimal maximumAmount, BigDecimal counterMinimumAmount, BigDecimal counterMaximumAmount, Integer priceScale, Integer volumeScale, BigDecimal amountStepSize, BigDecimal priceStepSize, Currency tradingFeeCurrency, boolean marketOrderEnabled, BigDecimal contractValue)
-