Class BiboxOrder
java.lang.Object
org.knowm.xchange.bibox.dto.trade.BiboxOrder
- Author:
- odrotleff
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetFee()getId()getMoney()getPrice()voidsetAccountType(BiboxAccountType accountType) voidsetAdditionalProperty(String name, Object value) voidsetAmount(BigDecimal amount) voidsetCoinSymbol(String coinSymbol) voidsetCreatedAt(long createdAt) voidsetCurrencySymbol(String currencySymbol) voidsetDealAmount(BigDecimal dealAmount) voidsetDealPercent(String dealPercent) voidsetFee(BigDecimal fee) voidsetFeeSymbol(String feeSymbol) voidvoidsetMoney(BigDecimal money) voidsetOrderSide(BiboxOrderSide orderSide) voidsetOrderType(BiboxOrderType orderType) voidsetPrice(BigDecimal price) voidsetStatus(BiboxOrderStatus status) voidsetUnexecuted(BigDecimal unexecuted)
-
Constructor Details
-
BiboxOrder
public BiboxOrder()
-
-
Method Details
-
getId
- Returns:
- The id
-
setId
- Parameters:
id- The id
-
getCreatedAt
public long getCreatedAt()- Returns:
- The createdAt
-
setCreatedAt
public void setCreatedAt(long createdAt) - Parameters:
createdAt- The createdAt
-
getAccountType
- Returns:
- The accountType
-
setAccountType
- Parameters:
accountType- The account_type
-
getCoinSymbol
- Returns:
- The coinSymbol
-
setCoinSymbol
- Parameters:
coinSymbol- The coin_symbol
-
getCurrencySymbol
- Returns:
- The currencySymbol
-
setCurrencySymbol
- Parameters:
currencySymbol- The currency_symbol
-
getOrderSide
- Returns:
- The orderSide
-
setOrderSide
- Parameters:
orderSide- The order_side
-
getOrderType
- Returns:
- The orderType
-
setOrderType
- Parameters:
orderType- The order_type
-
getPrice
- Returns:
- The price
-
setPrice
- Parameters:
price- The price
-
getAmount
- Returns:
- The amount
-
setAmount
- Parameters:
amount- The amount
-
getMoney
- Returns:
- The money
-
setMoney
- Parameters:
money- The money
-
getDealAmount
- Returns:
- The dealAmount
-
setDealAmount
- Parameters:
dealAmount- The deal_amount
-
getDealPercent
- Returns:
- The dealPercent
-
setDealPercent
- Parameters:
dealPercent- The deal_percent
-
getStatus
- Returns:
- The status
-
setStatus
- Parameters:
status- The status
-
getUnexecuted
- Returns:
- The unexecuted
-
setUnexecuted
- Parameters:
unexecuted- The unexecuted
-
getFee
-
setFee
-
getFeeSymbol
-
setFeeSymbol
-
getAdditionalProperties
-
setAdditionalProperty
-