public interface AssetDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccount()
user account
string account = 1; |
com.google.protobuf.ByteString |
getAccountBytes()
user account
string account = 1; |
double |
getAvailableFunds()
available funds, overnight liquidity
double availableFunds = 4; |
double |
getBuyingPower()
buying power.
|
double |
getCashBalance()
Cash amount.
|
String |
getCurrency()
currency.
|
com.google.protobuf.ByteString |
getCurrencyBytes()
currency.
|
double |
getEquityWithLoan()
Equity with loan value (asset with loan value) - Securities Segment: Cash Value + Stock Value - Futures Segment: Cash Value - Maintenance Margin
double equityWithLoan = 7; |
double |
getExcessLiquidity()
excess liquidity, used to represent intraday risk value.
|
double |
getGrossPositionValue()
total value of securities
double grossPositionValue = 10; |
double |
getInitMarginReq()
initial margin requirement
double initMarginReq = 11; |
double |
getMaintMarginReq()
maintenance margin requirement
double maintMarginReq = 12; |
double |
getNetLiquidation()
Total Assets (Net Liquidation Value)
double netLiquidation = 6; |
String |
getSegType()
Securities Category C: (Commodities Futures), S: (Securities Stocks)
string segType = 3; |
com.google.protobuf.ByteString |
getSegTypeBytes()
Securities Category C: (Commodities Futures), S: (Securities Stocks)
string segType = 3; |
long |
getTimestamp()
uint64 timestamp = 13; |
String getAccount()
user account
string account = 1;com.google.protobuf.ByteString getAccountBytes()
user account
string account = 1;String getCurrency()
currency. USD, HKD, etc.
string currency = 2;com.google.protobuf.ByteString getCurrencyBytes()
currency. USD, HKD, etc.
string currency = 2;String getSegType()
Securities Category C: (Commodities Futures), S: (Securities Stocks)
string segType = 3;com.google.protobuf.ByteString getSegTypeBytes()
Securities Category C: (Commodities Futures), S: (Securities Stocks)
string segType = 3;double getAvailableFunds()
available funds, overnight liquidity
double availableFunds = 4;double getExcessLiquidity()
excess liquidity, used to represent intraday risk value.
double excessLiquidity = 5;double getNetLiquidation()
Total Assets (Net Liquidation Value)
double netLiquidation = 6;double getEquityWithLoan()
Equity with loan value (asset with loan value) - Securities Segment: Cash Value + Stock Value - Futures Segment: Cash Value - Maintenance Margin
double equityWithLoan = 7;double getBuyingPower()
buying power. An estimation of how many more dollars you can buy in stock assets. Only apply to stock segment
double buyingPower = 8;double getCashBalance()
Cash amount. Sum of current cash balances in all currencies
double cashBalance = 9;double getGrossPositionValue()
total value of securities
double grossPositionValue = 10;double getInitMarginReq()
initial margin requirement
double initMarginReq = 11;double getMaintMarginReq()
maintenance margin requirement
double maintMarginReq = 12;long getTimestamp()
uint64 timestamp = 13;Copyright © 2025. All rights reserved.