public class JPAccountBalance extends Object implements BalanceBase
| Constructor and Description |
|---|
JPAccountBalance() |
| Modifier and Type | Method and Description |
|---|---|
List<JPAccountAsset> |
getAccountCurrencyAssets() |
String |
getAccountId() |
String |
getInfiniteMarginPower() |
String |
getMarginUtilizationRate() |
String |
getOneDayMarginPower() |
String |
getTotalAssetCurrency() |
String |
getTotalCollateralValue() |
String |
getTotalMarketValue() |
void |
setAccountCurrencyAssets(List<JPAccountAsset> accountCurrencyAssets) |
void |
setAccountId(String accountId) |
void |
setInfiniteMarginPower(String infiniteMarginPower) |
void |
setMarginUtilizationRate(String marginUtilizationRate) |
void |
setOneDayMarginPower(String oneDayMarginPower) |
void |
setTotalAssetCurrency(String totalAssetCurrency) |
void |
setTotalCollateralValue(String totalCollateralValue) |
void |
setTotalMarketValue(String totalMarketValue) |
String |
toString() |
public String getAccountId()
getAccountId in interface BalanceBasepublic void setAccountId(String accountId)
public String getTotalAssetCurrency()
getTotalAssetCurrency in interface BalanceBasepublic void setTotalAssetCurrency(String totalAssetCurrency)
public String getTotalMarketValue()
getTotalMarketValue in interface BalanceBasepublic void setTotalMarketValue(String totalMarketValue)
public String getMarginUtilizationRate()
getMarginUtilizationRate in interface BalanceBasepublic void setMarginUtilizationRate(String marginUtilizationRate)
public String getTotalCollateralValue()
public void setTotalCollateralValue(String totalCollateralValue)
public String getOneDayMarginPower()
public void setOneDayMarginPower(String oneDayMarginPower)
public String getInfiniteMarginPower()
public void setInfiniteMarginPower(String infiniteMarginPower)
public List<JPAccountAsset> getAccountCurrencyAssets()
public void setAccountCurrencyAssets(List<JPAccountAsset> accountCurrencyAssets)
Copyright © 2025 Webull. All rights reserved.