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 BigDecimal
getAvgExecutionPrice()
BigDecimal
getExecutedAmount()
long
getId()
BigDecimal
getOriginalAmount()
BigDecimal
getPrice()
BigDecimal
getRemainingAmount()
String
getSide()
String
getSymbol()
BigDecimal
getTimestamp()
String
getType()
boolean
getWasForced()
boolean
isCancelled()
boolean
isLive()
String
toString()
-
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
-