Class BiboxOrder

java.lang.Object
org.knowm.xchange.bibox.dto.trade.BiboxOrder

@Generated("org.jsonschema2pojo") public class BiboxOrder extends Object
Author:
odrotleff
  • Constructor Details

    • BiboxOrder

      public BiboxOrder()
  • Method Details

    • getId

      public String getId()
      Returns:
      The id
    • setId

      public void setId(String id)
      Parameters:
      id - The id
    • getCreatedAt

      public long getCreatedAt()
      Returns:
      The createdAt
    • setCreatedAt

      public void setCreatedAt(long createdAt)
      Parameters:
      createdAt - The createdAt
    • getAccountType

      public BiboxAccountType getAccountType()
      Returns:
      The accountType
    • setAccountType

      public void setAccountType(BiboxAccountType accountType)
      Parameters:
      accountType - The account_type
    • getCoinSymbol

      public String getCoinSymbol()
      Returns:
      The coinSymbol
    • setCoinSymbol

      public void setCoinSymbol(String coinSymbol)
      Parameters:
      coinSymbol - The coin_symbol
    • getCurrencySymbol

      public String getCurrencySymbol()
      Returns:
      The currencySymbol
    • setCurrencySymbol

      public void setCurrencySymbol(String currencySymbol)
      Parameters:
      currencySymbol - The currency_symbol
    • getOrderSide

      public BiboxOrderSide getOrderSide()
      Returns:
      The orderSide
    • setOrderSide

      public void setOrderSide(BiboxOrderSide orderSide)
      Parameters:
      orderSide - The order_side
    • getOrderType

      public BiboxOrderType getOrderType()
      Returns:
      The orderType
    • setOrderType

      public void setOrderType(BiboxOrderType orderType)
      Parameters:
      orderType - The order_type
    • getPrice

      public BigDecimal getPrice()
      Returns:
      The price
    • setPrice

      public void setPrice(BigDecimal price)
      Parameters:
      price - The price
    • getAmount

      public BigDecimal getAmount()
      Returns:
      The amount
    • setAmount

      public void setAmount(BigDecimal amount)
      Parameters:
      amount - The amount
    • getMoney

      public BigDecimal getMoney()
      Returns:
      The money
    • setMoney

      public void setMoney(BigDecimal money)
      Parameters:
      money - The money
    • getDealAmount

      public BigDecimal getDealAmount()
      Returns:
      The dealAmount
    • setDealAmount

      public void setDealAmount(BigDecimal dealAmount)
      Parameters:
      dealAmount - The deal_amount
    • getDealPercent

      public String getDealPercent()
      Returns:
      The dealPercent
    • setDealPercent

      public void setDealPercent(String dealPercent)
      Parameters:
      dealPercent - The deal_percent
    • getStatus

      public BiboxOrderStatus getStatus()
      Returns:
      The status
    • setStatus

      public void setStatus(BiboxOrderStatus status)
      Parameters:
      status - The status
    • getUnexecuted

      public BigDecimal getUnexecuted()
      Returns:
      The unexecuted
    • setUnexecuted

      public void setUnexecuted(BigDecimal unexecuted)
      Parameters:
      unexecuted - The unexecuted
    • getFee

      public BigDecimal getFee()
    • setFee

      public void setFee(BigDecimal fee)
    • getFeeSymbol

      public String getFeeSymbol()
    • setFeeSymbol

      public void setFeeSymbol(String feeSymbol)
    • getAdditionalProperties

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

      public void setAdditionalProperty(String name, Object value)