public class JPAccountAssetInfo extends Object
| Constructor and Description |
|---|
JPAccountAssetInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuyingPower() |
String |
getCashBalance() |
String |
getCurrency() |
String |
getUnrealizedProfitLoss() |
String |
getUnsettledCash() |
void |
setBuyingPower(String buyingPower) |
void |
setCashBalance(String cashBalance) |
void |
setCurrency(String currency) |
void |
setUnrealizedProfitLoss(String unrealizedProfitLoss) |
void |
setUnsettledCash(String unsettledCash) |
String |
toString() |
public String getCurrency()
public void setCurrency(String currency)
public String getCashBalance()
public void setCashBalance(String cashBalance)
public String getUnsettledCash()
public void setUnsettledCash(String unsettledCash)
public String getBuyingPower()
public void setBuyingPower(String buyingPower)
public String getUnrealizedProfitLoss()
public void setUnrealizedProfitLoss(String unrealizedProfitLoss)
Copyright © 2025 Webull. All rights reserved.