public static class OrderBook.Order extends BaseObject
Constructor and Description |
---|
Order(javax.json.JsonObject jsonObject) |
Modifier and Type | Method and Description |
---|---|
long |
getId() |
String |
getMarket() |
String |
getOrdType() |
BigDecimal |
getPrice() |
Instant |
getTimestamp() |
String |
getType() |
BigDecimal |
getVolume() |
toString
public long getId()
public Instant getTimestamp()
public String getType()
public BigDecimal getVolume()
public BigDecimal getPrice()
public String getMarket()
public String getOrdType()
Copyright © 2015. All rights reserved.