public class ReqMarketDepthPayload extends ReqMarketDepthTopPayload implements Depth
ReqMarketDepthResponse
.Constructor and Description |
---|
ReqMarketDepthPayload(String symbolId,
Percent percent,
long time,
long version,
String bidName,
BigDecimal[] bidPrice,
BigDecimal[] bidTotal,
BigDecimal[] bidAmount,
String askName,
BigDecimal[] askPrice,
BigDecimal[] askTotal,
BigDecimal[] askAmount)
行情深度
|
Modifier and Type | Method and Description |
---|---|
Percent |
getPercent() |
getAskAmount, getAskName, getAskPrice, getAskTotal, getBidAmount, getBidName, getBidPrice, getBidTotal, getSymbolId, getTime, getVersion, merge
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAskAmount, getAskPrice, getBidAmount, getBidPrice, getSymbolId, getTime, getVersion, merge
public ReqMarketDepthPayload(String symbolId, Percent percent, long time, long version, String bidName, BigDecimal[] bidPrice, BigDecimal[] bidTotal, BigDecimal[] bidAmount, String askName, BigDecimal[] askPrice, BigDecimal[] askTotal, BigDecimal[] askAmount)
symbolId
- 交易代码percent
- 行情深度百分比time
- 时间version
- 快照版本,方便进行差量更新,如果终端的最后快照版本不一致,则需要重新获取最新完整行情深度。bidName
- 买单文字描述bidPrice
- 买单价格bidTotal
- 累计买单量bidAmount
- 买单量askName
- 卖单文字描述askPrice
- 卖单价格askTotal
- 累计卖单量askAmount
- 卖单量public Percent getPercent()
Copyright © 2014–2015. All rights reserved.