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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetAvgExecutionPrice()BigDecimalgetExecutedAmount()longgetId()BigDecimalgetOriginalAmount()BigDecimalgetPrice()BigDecimalgetRemainingAmount()StringgetSide()StringgetSymbol()BigDecimalgetTimestamp()StringgetType()booleangetWasForced()booleanisCancelled()booleanisLive()StringtoString()
-
-
-
Constructor Detail
-
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 Detail
-
getExecutedAmount
public BigDecimal getExecutedAmount()
-
getRemainingAmount
public BigDecimal getRemainingAmount()
-
getOriginalAmount
public BigDecimal getOriginalAmount()
-
getWasForced
public boolean getWasForced()
-
getType
public String getType()
-
getSymbol
public String getSymbol()
-
isCancelled
public boolean isCancelled()
-
getPrice
public BigDecimal getPrice()
-
getSide
public String getSide()
-
getTimestamp
public BigDecimal getTimestamp()
-
getId
public long getId()
-
isLive
public boolean isLive()
-
getAvgExecutionPrice
public BigDecimal getAvgExecutionPrice()
-
-