Class BitfinexOrderStatusResponse
java.lang.Object
org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderStatusResponse
-
Constructor Summary
ConstructorDescriptionBitfinexOrderStatusResponse
(long id, String symbol, BigDecimal price, BigDecimal avgExecutionPrice, String side, String type, BigDecimal timestamp, boolean isLive, boolean isCancelled, boolean wasForced, BigDecimal originalAmount, BigDecimal remainingAmount, BigDecimal executedAmount) Constructor -
Method Summary
-
Constructor Details
-
BitfinexOrderStatusResponse
public BitfinexOrderStatusResponse(long id, String symbol, BigDecimal price, BigDecimal avgExecutionPrice, String side, String type, BigDecimal timestamp, boolean isLive, boolean isCancelled, boolean wasForced, BigDecimal originalAmount, BigDecimal remainingAmount, BigDecimal executedAmount) Constructor- Parameters:
id
-symbol
-price
-avgExecutionPrice
-side
-type
-timestamp
-isLive
-isCancelled
-wasForced
-originalAmount
-remainingAmount
-executedAmount
-
-
-
Method Details
-
getExecutedAmount
-
getRemainingAmount
-
getOriginalAmount
-
getWasForced
public boolean getWasForced() -
getType
-
getSymbol
-
isCancelled
public boolean isCancelled() -
getPrice
-
getSide
-
getTimestamp
-
getId
public long getId() -
isLive
public boolean isLive() -
getAvgExecutionPrice
-
toString
-