![]() |
Xlight API用户手册 v1.6.0.23
Xlight极速柜台接口文档
|
双中心资金划转请求 更多...
#include <xlt_trade_struct.h>
Public 属性 | |
| uint64_t | account_index |
| 交易账号索引:划入账号索引 | |
| char | biz_no [CONST_BIZ_NO_LEN] |
| 资金划转业务流水号 | |
| FundTransSource | source |
| 请求来源:ADMIN: 管理系统发起; OTHER:其他 | |
| amount_t | amount |
| 划转金额,放大10000倍 | |
| int64_t | request_time |
| 划转请求时间,格式为YYYYMMDDHHMMSSsss | |
双中心资金划转请求
| uint64_t x1::xlt_cluster_fund_transfer_request_t::account_index |
交易账号索引:划入账号索引
| amount_t x1::xlt_cluster_fund_transfer_request_t::amount |
划转金额,放大10000倍
| char x1::xlt_cluster_fund_transfer_request_t::biz_no[CONST_BIZ_NO_LEN] |
资金划转业务流水号
| int64_t x1::xlt_cluster_fund_transfer_request_t::request_time |
划转请求时间,格式为YYYYMMDDHHMMSSsss
| FundTransSource x1::xlt_cluster_fund_transfer_request_t::source |
请求来源:ADMIN: 管理系统发起; OTHER:其他