public interface Depth
Modifier and Type | Method and Description |
---|---|
BigDecimal[] |
getAskAmount() |
BigDecimal[] |
getAskPrice() |
BigDecimal[] |
getBidAmount() |
BigDecimal[] |
getBidPrice() |
String |
getSymbolId() |
long |
getTime() |
long |
getVersion() |
void |
merge(DepthDiff diff) |
String getSymbolId()
long getTime()
long getVersion()
BigDecimal[] getBidPrice()
BigDecimal[] getBidAmount()
BigDecimal[] getAskPrice()
BigDecimal[] getAskAmount()
void merge(DepthDiff diff)
Copyright © 2014–2015. All rights reserved.