public class BrokerQueue extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BrokerQueue.Broker |
| 构造器和说明 |
|---|
BrokerQueue() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<BrokerQueue.Broker> |
getBuyList() |
List<BrokerQueue.Broker> |
getSellList() |
String |
getSymbol() |
void |
setBuyList(List<BrokerQueue.Broker> buyList) |
void |
setSellList(List<BrokerQueue.Broker> sellList) |
void |
setSymbol(String symbol) |
String |
toString() |
public String getSymbol()
public void setSymbol(String symbol)
public List<BrokerQueue.Broker> getBuyList()
public void setBuyList(List<BrokerQueue.Broker> buyList)
public List<BrokerQueue.Broker> getSellList()
public void setSellList(List<BrokerQueue.Broker> sellList)
Copyright © 2025. All rights reserved.