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

双中心资金划转请求 更多...

#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
 

详细描述

双中心资金划转请求

备注
方向只有划入

类成员变量说明

◆ account_index

uint64_t x1::xlt_cluster_fund_transfer_request_t::account_index

交易账号索引:划入账号索引

◆ amount

amount_t x1::xlt_cluster_fund_transfer_request_t::amount

划转金额,放大10000倍

◆ biz_no

char x1::xlt_cluster_fund_transfer_request_t::biz_no[CONST_BIZ_NO_LEN]

资金划转业务流水号

◆ request_time

int64_t x1::xlt_cluster_fund_transfer_request_t::request_time

划转请求时间,格式为YYYYMMDDHHMMSSsss

◆ source

FundTransSource x1::xlt_cluster_fund_transfer_request_t::source

请求来源:ADMIN: 管理系统发起; OTHER:其他


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