public class BitsoOrder extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BitsoOrder.SIDE |
static class |
BitsoOrder.STATUS |
static class |
BitsoOrder.TYPE |
| Modifier and Type | Field and Description |
|---|---|
BitsoBook |
book |
String |
oid |
Date |
orderDate |
BigDecimal |
originalAmount |
BigDecimal |
originalValue |
BigDecimal |
price |
BitsoOrder.SIDE |
side |
BitsoOrder.STATUS |
status |
BitsoOrder.TYPE |
type |
BigDecimal |
unfilledAmount |
Date |
updateDate |
| Constructor and Description |
|---|
BitsoOrder(org.json.JSONObject o) |
| Modifier and Type | Method and Description |
|---|---|
BitsoOrder.SIDE |
getSide(String side) |
BitsoOrder.STATUS |
getStatus(String status) |
BitsoOrder.TYPE |
getType(String type) |
String |
toString() |
public BitsoBook book
public BigDecimal originalAmount
public BigDecimal unfilledAmount
public BigDecimal originalValue
public Date orderDate
public Date updateDate
public BigDecimal price
public String oid
public BitsoOrder.SIDE side
public BitsoOrder.STATUS status
public BitsoOrder.TYPE type
public BitsoOrder.SIDE getSide(String side)
public BitsoOrder.STATUS getStatus(String status)
public BitsoOrder.TYPE getType(String type)
Copyright © 2017. All rights reserved.