Class BitfinexOrderStatusResponse
java.lang.Object
org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexOrderStatusResponse
public class BitfinexOrderStatusResponse extends Object
-
Constructor Summary
Constructors Constructor Description 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 -
Method Summary
Modifier and Type Method Description BigDecimalgetAvgExecutionPrice()BigDecimalgetExecutedAmount()longgetId()BigDecimalgetOriginalAmount()BigDecimalgetPrice()BigDecimalgetRemainingAmount()StringgetSide()StringgetSymbol()BigDecimalgetTimestamp()StringgetType()booleangetWasForced()booleanisCancelled()booleanisLive()StringtoString()
-
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
-