Xlight API用户手册 v1.6.0.23
Xlight极速柜台接口文档
载入中...
搜索中...
未找到
x1::xlt_asset_info_t结构体 参考

账户资金信息 更多...

#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
 可取金额
 

详细描述

账户资金信息

类成员变量说明

◆ account_index

uint64_t x1::xlt_asset_info_t::account_index

交易账户索引

◆ available_amount

amount_t x1::xlt_asset_info_t::available_amount

可用资金

◆ deposit_amount

amount_t x1::xlt_asset_info_t::deposit_amount

当日划入金额

◆ fund_buy_amount

amount_t x1::xlt_asset_info_t::fund_buy_amount

累计买入成交金额

◆ fund_buy_fee

amount_t x1::xlt_asset_info_t::fund_buy_fee

累计买入成交费用

◆ fund_sell_amount

amount_t x1::xlt_asset_info_t::fund_sell_amount

累计卖出成交金额

◆ fund_sell_fee

amount_t x1::xlt_asset_info_t::fund_sell_fee

累计卖出成交费用

◆ withdraw_amount

amount_t x1::xlt_asset_info_t::withdraw_amount

当日划出金额

◆ withdrawable_amount

amount_t x1::xlt_asset_info_t::withdrawable_amount

可取金额

◆ withholding_amount

amount_t x1::xlt_asset_info_t::withholding_amount

系统预扣的资金(买入未成交冻结资金)


该结构体的文档由以下文件生成: