Class BitmexOrder
java.lang.Object
org.knowm.xchange.bitmex.dto.trade.BitmexOrder
-
Constructor Summary
ConstructorsConstructorDescriptionBitmexOrder
(String refId, String userRefId, BitmexOrderStatus status, double openTimestamp, double startTimestamp, double expireTimestamp, BitmexOrderDescription orderDescription, BigDecimal volume, BigDecimal volumeExecuted, BigDecimal cost, BigDecimal fee, BigDecimal price, BigDecimal stopPrice, BigDecimal limitPrice, String misc, List<String> orderFLags, List<String> tradeIds, double closeTimestamp, String closeReason) Constructor -
Method Summary
-
Constructor Details
-
BitmexOrder
public BitmexOrder(String refId, String userRefId, BitmexOrderStatus status, double openTimestamp, double startTimestamp, double expireTimestamp, BitmexOrderDescription orderDescription, BigDecimal volume, BigDecimal volumeExecuted, BigDecimal cost, BigDecimal fee, BigDecimal price, BigDecimal stopPrice, BigDecimal limitPrice, String misc, List<String> orderFLags, List<String> tradeIds, double closeTimestamp, String closeReason) Constructor- Parameters:
refId
-userRefId
-status
-openTimestamp
-startTimestamp
-expireTimestamp
-orderDescription
-volume
-volumeExecuted
-cost
-fee
-price
-stopPrice
-limitPrice
-misc
-orderFLags
-tradeIds
-closeTimestamp
-closeReason
-
-
-
Method Details
-
getOrderDescription
-
getRefId
-
getUserRefId
-
getStatus
-
getOpenTimestamp
public double getOpenTimestamp() -
getStartTimestamp
public double getStartTimestamp() -
getExpireTimestamp
public double getExpireTimestamp() -
getVolume
-
getVolumeExecuted
-
getCost
-
getFee
-
getPrice
-
getStopPrice
-
getLimitPrice
-
getMiscellaneous
-
getOrderFlags
-
getTradeIds
-
getCloseTimestamp
public double getCloseTimestamp() -
getCloseReason
-
toString
-