public class PositionParameter extends Object
| 构造器和说明 |
|---|
PositionParameter() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccount() |
String |
getCurrency() |
String |
getMarket() |
SecType |
getSecType() |
List<String> |
getSubAccounts() |
String |
getSymbol() |
void |
setAccount(String account) |
void |
setCurrency(String currency) |
void |
setMarket(String market) |
void |
setSecType(SecType secType) |
void |
setSubAccounts(List<String> subAccounts) |
void |
setSymbol(String symbol) |
public String getAccount()
public void setAccount(String account)
public SecType getSecType()
public void setSecType(SecType secType)
public String getSymbol()
public void setSymbol(String symbol)
public String getCurrency()
public void setCurrency(String currency)
public String getMarket()
public void setMarket(String market)
Copyright © 2024. All rights reserved.