#[repr(C)]pub struct ReqQueryTradeResultBySerialField {Show 28 fields
pub is_null: bool,
pub TradeCode: String,
pub BankID: String,
pub BankBranchID: String,
pub BrokerID: String,
pub BrokerBranchID: String,
pub TradeDate: String,
pub TradeTime: String,
pub BankSerial: String,
pub TradingDay: String,
pub PlateSerial: i32,
pub LastFragment: u8,
pub SessionID: i32,
pub Reference: i32,
pub RefrenceIssureType: u8,
pub RefrenceIssure: Vec<u8>,
pub CustomerName: String,
pub IdCardType: u8,
pub IdentifiedCardNo: String,
pub CustType: u8,
pub BankAccount: String,
pub BankPassWord: String,
pub AccountID: String,
pub Password: String,
pub CurrencyID: String,
pub TradeAmount: f64,
pub Digest: Vec<u8>,
pub LongCustomerName: String,
}Expand description
查询指定流水号的交易结果请求
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
TradeCode: String业务功能码
BankID: String银行代码
BankBranchID: String银行分支机构代码
BrokerID: String期商代码
BrokerBranchID: String期商分支机构代码
TradeDate: String交易日期
TradeTime: String交易时间
BankSerial: String银行流水号
TradingDay: String交易系统日期
PlateSerial: i32银期平台消息流水号
LastFragment: u8最后分片标志
SessionID: i32会话号
Reference: i32流水号
RefrenceIssureType: u8本流水号发布者的机构类型
RefrenceIssure: Vec<u8>本流水号发布者机构编码
CustomerName: String客户姓名
IdCardType: u8证件类型
IdentifiedCardNo: String证件号码
CustType: u8客户类型
BankAccount: String银行帐号
BankPassWord: String银行密码
AccountID: String投资者帐号
Password: String期货密码
CurrencyID: String币种代码
TradeAmount: f64转帐金额
Digest: Vec<u8>摘要
LongCustomerName: String长客户姓名
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReqQueryTradeResultBySerialField
impl RefUnwindSafe for ReqQueryTradeResultBySerialField
impl Send for ReqQueryTradeResultBySerialField
impl Sync for ReqQueryTradeResultBySerialField
impl Unpin for ReqQueryTradeResultBySerialField
impl UnsafeUnpin for ReqQueryTradeResultBySerialField
impl UnwindSafe for ReqQueryTradeResultBySerialField
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more