public class QuoteDepthItem extends ApiModel
| 构造器和说明 |
|---|
QuoteDepthItem() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<DepthEntry> |
getAsks() |
List<DepthEntry> |
getBids() |
String |
getSymbol() |
void |
setAsks(List<DepthEntry> asks) |
void |
setBids(List<DepthEntry> bids) |
void |
setSymbol(String symbol) |
getAccount, getLang, setAccount, setLangpublic String getSymbol()
public void setSymbol(String symbol)
public List<DepthEntry> getAsks()
public void setAsks(List<DepthEntry> asks)
public List<DepthEntry> getBids()
public void setBids(List<DepthEntry> bids)
Copyright © 2025. All rights reserved.