Class BitcointoyouOrderInfo
java.lang.Object
org.knowm.xchange.bitcointoyou.dto.trade.BitcointoyouOrderInfo
Bitcointoyou order details
- Author:
- Danilo Guimaraes
-
Constructor Summary
ConstructorsConstructorDescriptionBitcointoyouOrderInfo(String content) Sometimes theoReturnfield contains some text, like NO_RECORD_FOUND.BitcointoyouOrderInfo(String asset, String currency, String id, String action, String status, BigDecimal price, BigDecimal amount, String executedPriceAverage, String executedAmount, String dateCreated) BitcointoyouOrderInfo(Map<String, String> map) Constructor -
Method Summary
Modifier and TypeMethodDescriptiongetAsset()getId()getPrice()voidsetAdditionalProperty(String name, Object value) voidsetContent(String content)
-
Constructor Details
-
BitcointoyouOrderInfo
Sometimes theoReturnfield contains some text, like NO_RECORD_FOUND.- Parameters:
content- the content of the fieldoReturn.
-
BitcointoyouOrderInfo
public BitcointoyouOrderInfo(String asset, String currency, String id, String action, String status, BigDecimal price, BigDecimal amount, String executedPriceAverage, String executedAmount, String dateCreated) -
BitcointoyouOrderInfo
Constructor- Parameters:
map-Mapwhich keys is the fields.
-
-
Method Details
-
getContent
-
setContent
-
getAsset
-
getCurrency
-
getId
-
getAction
-
getStatus
-
getPrice
-
getAmount
-
getExecutedPriceAverage
-
getExecutedAmount
-
getDateCreated
-
getAdditionalProperties
-
setAdditionalProperty
-