public class BitfinexOrderStatusResponse extends Object
Constructor and Description |
---|
BitfinexOrderStatusResponse(int id,
String symbol,
String exchange,
BigDecimal price,
BigDecimal avgExecutionPrice,
String side,
String type,
BigDecimal timestamp,
boolean isLive,
boolean isCancelled,
boolean wasForced,
BigDecimal originalAmount,
BigDecimal remainingAmount,
BigDecimal executedAmount)
Constructor
|
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAvgExecutionPrice() |
String |
getExchange() |
BigDecimal |
getExecutedAmount() |
int |
getId() |
BigDecimal |
getOriginalAmount() |
BigDecimal |
getPrice() |
BigDecimal |
getRemainingAmount() |
String |
getSide() |
String |
getSymbol() |
BigDecimal |
getTimestamp() |
String |
getType() |
boolean |
getWasForced() |
boolean |
isCancelled() |
boolean |
isLive() |
String |
toString() |
public BitfinexOrderStatusResponse(int id, String symbol, String exchange, BigDecimal price, BigDecimal avgExecutionPrice, String side, String type, BigDecimal timestamp, boolean isLive, boolean isCancelled, boolean wasForced, BigDecimal originalAmount, BigDecimal remainingAmount, BigDecimal executedAmount)
id
- symbol
- exchange
- price
- avgExecutionPrice
- side
- type
- timestamp
- isLive
- isCancelled
- wasForced
- originalAmount
- remainingAmount
- executedAmount
- public BigDecimal getExecutedAmount()
public BigDecimal getRemainingAmount()
public BigDecimal getOriginalAmount()
public boolean getWasForced()
public String getExchange()
public String getType()
public String getSymbol()
public boolean isCancelled()
public BigDecimal getPrice()
public String getSide()
public BigDecimal getTimestamp()
public int getId()
public boolean isLive()
public BigDecimal getAvgExecutionPrice()
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.