public class BittrexTrade extends Object
Constructor and Description |
---|
BittrexTrade(String fillType,
String id,
String orderType,
BigDecimal price,
BigDecimal quantity,
String timeStamp,
BigDecimal total) |
Modifier and Type | Method and Description |
---|---|
String |
getFillType() |
String |
getId() |
String |
getOrderType() |
BigDecimal |
getPrice() |
BigDecimal |
getQuantity() |
String |
getTimeStamp() |
BigDecimal |
getTotal() |
void |
setFillType(String fillType) |
void |
setId(String id) |
void |
setOrderType(String orderType) |
void |
setPrice(BigDecimal price) |
void |
setQuantity(BigDecimal quantity) |
void |
setTimeStamp(String timeStamp) |
void |
setTotal(BigDecimal total) |
String |
toString() |
public BittrexTrade(String fillType, String id, String orderType, BigDecimal price, BigDecimal quantity, String timeStamp, BigDecimal total)
public String getFillType()
public void setFillType(String fillType)
public String getId()
public void setId(String id)
public String getOrderType()
public void setOrderType(String orderType)
public BigDecimal getPrice()
public void setPrice(BigDecimal price)
public BigDecimal getQuantity()
public void setQuantity(BigDecimal quantity)
public String getTimeStamp()
public void setTimeStamp(String timeStamp)
public BigDecimal getTotal()
public void setTotal(BigDecimal total)
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.