public interface TradeDetail
Modifier and Type | Method and Description |
---|---|
BigDecimal[] |
getAmount() |
int[] |
getDirection() |
BigDecimal[] |
getPrice() |
String |
getSymbolId() |
long[] |
getTime() |
Orders[] |
getTopAsks() |
Orders[] |
getTopBids() |
long[] |
getTradeId() |
String getSymbolId()
long[] getTradeId()
BigDecimal[] getPrice()
long[] getTime()
BigDecimal[] getAmount()
int[] getDirection()
Orders[] getTopAsks()
Orders[] getTopBids()
Copyright © 2014–2015. All rights reserved.