![]() |
Xlight API用户手册 v1.6.0.23
Xlight极速柜台接口文档
|
交易账户信息 更多...
#include <xlt_trade_struct.h>
Public 属性 | |
| uint64_t | account_index |
| 交易账户索引 | |
| uint8_t | account_type |
| 账户类别,预留 | |
| char | account_name [CONST_ACC_NAME_LEN] |
| 交易账户名称 | |
| uint64_t | fund_account_index |
| 资金账户索引 | |
| char | fund_account_name [CONST_FUND_ACC_NAME_LEN] |
| 资金账户名称 | |
交易账户信息
| uint64_t x1::xlt_trade_account_info_t::account_index |
交易账户索引
| char x1::xlt_trade_account_info_t::account_name[CONST_ACC_NAME_LEN] |
交易账户名称
| uint8_t x1::xlt_trade_account_info_t::account_type |
账户类别,预留
| uint64_t x1::xlt_trade_account_info_t::fund_account_index |
资金账户索引
| char x1::xlt_trade_account_info_t::fund_account_name[CONST_FUND_ACC_NAME_LEN] |
资金账户名称