Class BitcoindeAllocation

java.lang.Object
org.knowm.xchange.bitcoinde.dto.account.BitcoindeAllocation

public class BitcoindeAllocation extends Object
  • Constructor Details

    • BitcoindeAllocation

      public BitcoindeAllocation()
      No args constructor for use in serialization
    • BitcoindeAllocation

      public BitcoindeAllocation(Integer percent, Integer maxEurVolume, Integer eurVolumeOpenOrders)
      Parameters:
      percent -
      maxEurVolume -
      eurVolumeOpenOrders -
  • Method Details

    • getPercent

      public Integer getPercent()
    • setPercent

      public void setPercent(Integer percent)
    • getMaxEurVolume

      public Integer getMaxEurVolume()
    • setMaxEurVolume

      public void setMaxEurVolume(Integer maxEurVolume)
    • getEurVolumeOpenOrders

      public Integer getEurVolumeOpenOrders()
    • setEurVolumeOpenOrders

      public void setEurVolumeOpenOrders(Integer eurVolumeOpenOrders)
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • setAdditionalProperty

      public void setAdditionalProperty(String name, Object value)