Class ReplaceOrderCommand
java.lang.Object
org.knowm.xchange.bitmex.dto.trade.ReplaceOrderCommand
public class ReplaceOrderCommand extends Object
-
Field Summary
Fields Modifier and Type Field Description String
clOrdID
BigDecimal
leavesQty
String
orderId
BigDecimal
orderQuantity
String
origClOrdID
BigDecimal
pegOffsetValue
BigDecimal
price
BigDecimal
simpleLeavesQty
BigDecimal
simpleOrderQty
BigDecimal
stopPrice
String
text
-
Constructor Summary
Constructors Constructor Description ReplaceOrderCommand(BitmexReplaceOrderParameters parameters)
SeeBitmex#replaceOrder
. -
Method Summary