public class ContractItem extends ApiModel
| 构造器和说明 |
|---|
ContractItem() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<QuoteContract> |
getItems() |
String |
getSecType() |
String |
getSymbol() |
void |
setItems(List<QuoteContract> items) |
void |
setSecType(String secType) |
void |
setSymbol(String symbol) |
String |
toString() |
getAccount, getLang, setAccount, setLangpublic String getSymbol()
public void setSymbol(String symbol)
public String getSecType()
public void setSecType(String secType)
public List<QuoteContract> getItems()
public void setItems(List<QuoteContract> items)
Copyright © 2025. All rights reserved.