![]() |
Xlight API用户手册 v1.6.0.23
Xlight极速柜台接口文档
|
账户资金信息 更多...
#include <xlt_trade_struct.h>
Public 属性 | |
| uint64_t | account_index |
| 交易账户索引 | |
| amount_t | available_amount |
| 可用资金 | |
| amount_t | withholding_amount |
| 系统预扣的资金(买入未成交冻结资金) | |
| amount_t | fund_buy_amount |
| 累计买入成交金额 | |
| amount_t | fund_buy_fee |
| 累计买入成交费用 | |
| amount_t | fund_sell_amount |
| 累计卖出成交金额 | |
| amount_t | fund_sell_fee |
| 累计卖出成交费用 | |
| amount_t | withdraw_amount |
| 当日划出金额 | |
| amount_t | deposit_amount |
| 当日划入金额 | |
| amount_t | withdrawable_amount |
| 可取金额 | |
账户资金信息
| uint64_t x1::xlt_asset_info_t::account_index |
交易账户索引
| amount_t x1::xlt_asset_info_t::available_amount |
可用资金
| amount_t x1::xlt_asset_info_t::deposit_amount |
当日划入金额
| amount_t x1::xlt_asset_info_t::fund_buy_amount |
累计买入成交金额
| amount_t x1::xlt_asset_info_t::fund_buy_fee |
累计买入成交费用
| amount_t x1::xlt_asset_info_t::fund_sell_amount |
累计卖出成交金额
| amount_t x1::xlt_asset_info_t::fund_sell_fee |
累计卖出成交费用
| amount_t x1::xlt_asset_info_t::withdraw_amount |
当日划出金额
| amount_t x1::xlt_asset_info_t::withdrawable_amount |
可取金额
| amount_t x1::xlt_asset_info_t::withholding_amount |
系统预扣的资金(买入未成交冻结资金)