public class Order extends DtoBase
| 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() |
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()
Copyright © 2012. All Rights Reserved.