@Generated(value="org.jsonschema2pojo") public class BleutradeTrade extends Object
| Constructor and Description |
|---|
BleutradeTrade() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getOrderType() |
BigDecimal |
getPrice() |
BigDecimal |
getQuantity() |
String |
getTimeStamp() |
BigDecimal |
getTotal() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setOrderType(String OrderType) |
void |
setPrice(BigDecimal Price) |
void |
setQuantity(BigDecimal Quantity) |
void |
setTimeStamp(String TimeStamp) |
void |
setTotal(BigDecimal Total) |
String |
toString() |
public String getTimeStamp()
public void setTimeStamp(String TimeStamp)
TimeStamp - The TimeStamppublic BigDecimal getQuantity()
public void setQuantity(BigDecimal Quantity)
Quantity - The Quantitypublic BigDecimal getPrice()
public void setPrice(BigDecimal Price)
Price - The Pricepublic BigDecimal getTotal()
public void setTotal(BigDecimal Total)
Total - The Totalpublic String getOrderType()
public void setOrderType(String OrderType)
OrderType - The OrderTypeCopyright © 2012–2017 Xeiam, LLC. All rights reserved.