public class KrakenAssetPair extends Object
Constructor and Description |
---|
KrakenAssetPair(String altName,
String classBase,
String base,
String classQuote,
String quote,
String volumeLotSize,
int pairScale,
int volumeLotScale,
BigDecimal volumeMultiplier,
List<String> leverage,
List<KrakenFee> fees,
String feeVolumeCurrency,
BigDecimal marginCall,
BigDecimal marginStop)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getAltName() |
String |
getBase() |
String |
getClassBase() |
String |
getClassQuote() |
List<KrakenFee> |
getFees() |
String |
getFeeVolumeCurrency() |
List<String> |
getLeverage() |
BigDecimal |
getMarginCall() |
BigDecimal |
getMarginStop() |
int |
getPairScale() |
String |
getQuote() |
int |
getVolumeLotScale() |
String |
getVolumeLotSize() |
BigDecimal |
getVolumeMultiplier() |
String |
toString() |
public KrakenAssetPair(String altName, String classBase, String base, String classQuote, String quote, String volumeLotSize, int pairScale, int volumeLotScale, BigDecimal volumeMultiplier, List<String> leverage, List<KrakenFee> fees, String feeVolumeCurrency, BigDecimal marginCall, BigDecimal marginStop)
altName
- classBase
- base
- classQuote
- quote
- volumeLotSize
- pairScale
- volumeLotScale
- volumeMultiplier
- leverage
- fees
- feeVolumeCurrency
- marginCall
- marginStop
- public String getAltName()
public String getClassBase()
public String getBase()
public String getClassQuote()
public String getQuote()
public String getVolumeLotSize()
public int getPairScale()
public int getVolumeLotScale()
public BigDecimal getVolumeMultiplier()
public String getFeeVolumeCurrency()
public BigDecimal getMarginCall()
public BigDecimal getMarginStop()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.