public class TradeAccount extends Object
| 构造器和说明 |
|---|
TradeAccount() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getClientId() |
String |
getTradeAccountId() |
AccountType |
getType() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setClientId(String clientId) |
void |
setTradeAccountId(String tradeAccountId) |
void |
setType(AccountType type) |
String |
toString() |
public String getClientId()
public void setClientId(String clientId)
public String getTradeAccountId()
public void setTradeAccountId(String tradeAccountId)
public AccountType getType()
public void setType(AccountType type)
public boolean isActive()
public void setActive(boolean active)
Copyright © 2025. All rights reserved.