Class BitcoindeAllocation
java.lang.Object
org.knowm.xchange.bitcoinde.dto.account.BitcoindeAllocation
-
Constructor Summary
ConstructorsConstructorDescriptionNo args constructor for use in serializationBitcoindeAllocation(Integer percent, Integer maxEurVolume, Integer eurVolumeOpenOrders) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAdditionalProperty(String name, Object value) voidsetEurVolumeOpenOrders(Integer eurVolumeOpenOrders) voidsetMaxEurVolume(Integer maxEurVolume) voidsetPercent(Integer percent)
-
Constructor Details
-
BitcoindeAllocation
public BitcoindeAllocation()No args constructor for use in serialization -
BitcoindeAllocation
- Parameters:
percent-eurVolumeOpenOrders-maxEurVolume-
-
-
Method Details
-
getPercent
-
setPercent
-
getMaxEurVolume
-
setMaxEurVolume
-
getEurVolumeOpenOrders
-
setEurVolumeOpenOrders
-
getAdditionalProperties
-
setAdditionalProperty
-