Class BitcointoyouOrderInfo
java.lang.Object
org.knowm.xchange.bitcointoyou.dto.trade.BitcointoyouOrderInfo
public class BitcointoyouOrderInfo extends Object
Bitcointoyou order details
- Author:
- Danilo Guimaraes
-
Constructor Summary
Constructors Constructor Description BitcointoyouOrderInfo(String content)
Sometimes theoReturn
field 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 Type Method Description String
getAction()
Map<String,Object>
getAdditionalProperties()
BigDecimal
getAmount()
String
getAsset()
String
getContent()
String
getCurrency()
String
getDateCreated()
String
getExecutedAmount()
String
getExecutedPriceAverage()
String
getId()
BigDecimal
getPrice()
String
getStatus()
void
setAdditionalProperty(String name, Object value)
void
setContent(String content)
-
Constructor Details
-
BitcointoyouOrderInfo
Sometimes theoReturn
field 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
-Map
which keys is the fields.
-
-
Method Details
-
getContent
-
setContent
-
getAsset
-
getCurrency
-
getId
-
getAction
-
getStatus
-
getPrice
-
getAmount
-
getExecutedPriceAverage
-
getExecutedAmount
-
getDateCreated
-
getAdditionalProperties
-
setAdditionalProperty
-