public class Order extends DtoBase implements CurrencyKludge
| Constructor and Description |
|---|
Order(String oid,
String currency,
String item,
String type,
TickerPrice amount,
TickerPrice effective_amount,
TickerPrice price,
String status,
String date,
String priority,
DynaBean[] actions,
TickerPrice invalid_amount) |
| Modifier and Type | Method and Description |
|---|---|
DynaBean[] |
getActions() |
TickerPrice |
getAmount() |
Currency |
getCurrency() |
String |
getDate() |
TickerPrice |
getInvalidAmount() |
String |
getItem() |
String |
getOid() |
TickerPrice |
getPrice() |
String |
getPriority() |
String |
getStatus() |
String |
getType() |
TickerPrice |
getValidAmount() |
void |
setCurrencyInfo(CurrencyInfo currencyInfo) |
public Order(String oid, String currency, String item, String type, TickerPrice amount, TickerPrice effective_amount, TickerPrice price, String status, String date, String priority, DynaBean[] actions, TickerPrice invalid_amount)
public String getOid()
public Currency getCurrency()
public String getItem()
public String getType()
public TickerPrice getAmount()
public TickerPrice getValidAmount()
public TickerPrice getPrice()
public String getStatus()
public String getDate()
public String getPriority()
public DynaBean[] getActions()
public TickerPrice getInvalidAmount()
public void setCurrencyInfo(CurrencyInfo currencyInfo)
setCurrencyInfo in interface CurrencyKludgeCopyright © 2013. All Rights Reserved.