EMT API ver: 2.23.1
载入中...
搜索中...
未找到
EMTQueryCreditDebtInfoByPageReq结构体 参考

查询信用账户负债合约信息-分页查询 更多...

#include <eoms_api_struct.h>

成员变量

int64_t req_count
 需要查询的订单条数
 
int64_t reference
 上一次收到的查询订单结果中带回来的索引,如果是从头查询,请置0
 
union { 
 
   uint64_t   u64 
 32位字段,用来兼容老版本api,用户无需关心 更多...
 
   struct { 
 
      uint8_t   debttype 
 
      uint8_t   reserved [7] 
 预留字段 更多...
 
   }  
 
};  
 保留字段
 

详细描述

查询信用账户负债合约信息-分页查询

结构体成员变量说明

◆ [union]

union { ... }

保留字段

◆ debttype

uint8_t debttype

◆ reference

int64_t reference

上一次收到的查询订单结果中带回来的索引,如果是从头查询,请置0

◆ req_count

int64_t req_count

需要查询的订单条数

◆ reserved

uint8_t reserved[7]

预留字段

◆ u64

uint64_t u64

32位字段,用来兼容老版本api,用户无需关心


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