Class CexIOArchivedOrder
java.lang.Object
org.knowm.xchange.cexio.dto.trade.CexIOArchivedOrder
public class CexIOArchivedOrder extends Object
-
Field Summary
Fields Modifier and Type Field Description BigDecimal
amount
BigDecimal
averageExecutionPrice
String
feeCcy
BigDecimal
feeValue
String
id
String
lastTx
String
lastTxTime
String
orderId
BigDecimal
orderPrice
String
pos
String
remains
String
status
String
symbol1
String
symbol2
String
time
String
tradingFeeMaker
String
tradingFeeTaker
String
tradingFeeUserVolumeAmount
String
type
-
Constructor Summary
Constructors Constructor Description CexIOArchivedOrder(String id, String type, String time, String lastTxTime, String lastTx, String pos, String status, String symbol1, String symbol2, BigDecimal amount, BigDecimal orderPrice, BigDecimal averageExecutionPrice, String remains, String tradingFeeMaker, String tradingFeeTaker, String tradingFeeUserVolumeAmount, String orderId, BigDecimal feeValue, String feeCcy)
-
Method Summary
-
Field Details
-
id
-
type
-
time
-
lastTxTime
-
lastTx
-
pos
-
status
-
symbol1
-
symbol2
-
amount
-
orderPrice
-
averageExecutionPrice
-
remains
-
tradingFeeMaker
-
tradingFeeTaker
-
tradingFeeUserVolumeAmount
-
orderId
-
feeValue
-
feeCcy
-
-
Constructor Details
-
CexIOArchivedOrder
public CexIOArchivedOrder(String id, String type, String time, String lastTxTime, String lastTx, String pos, String status, String symbol1, String symbol2, BigDecimal amount, BigDecimal orderPrice, BigDecimal averageExecutionPrice, String remains, String tradingFeeMaker, String tradingFeeTaker, String tradingFeeUserVolumeAmount, String orderId, BigDecimal feeValue, String feeCcy)
-