#[repr(C)]pub struct NotifyQueryFutureAccountBySecField {Show 44 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 CustomerName: String,
pub IdCardType: u8,
pub IdentifiedCardNo: String,
pub CustType: u8,
pub BankAccount: String,
pub BankPassWord: String,
pub AccountID: String,
pub Password: String,
pub FutureSerial: i32,
pub InstallID: i32,
pub UserID: String,
pub VerifyCertNoFlag: u8,
pub CurrencyID: String,
pub Digest: Vec<u8>,
pub BankAccType: u8,
pub DeviceID: String,
pub BankSecuAccType: u8,
pub BrokerIDByBank: Vec<u8>,
pub BankSecuAcc: Vec<u8>,
pub BankPwdFlag: u8,
pub SecuPwdFlag: u8,
pub OperNo: String,
pub RequestID: i32,
pub TID: i32,
pub BankUseAmount: f64,
pub BankFetchAmount: f64,
pub ErrorID: i32,
pub ErrorMsg: String,
pub LongCustomerName: String,
pub DRIdentityID: i32,
pub SecFutureSerial: i32,
}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会话号
CustomerName: String客户姓名
IdCardType: u8证件类型
IdentifiedCardNo: String证件号码
CustType: u8客户类型
BankAccount: String银行帐号
BankPassWord: String银行密码
AccountID: String投资者帐号
Password: String期货密码
FutureSerial: i32期货公司流水号
InstallID: i32安装编号
UserID: String用户标识
VerifyCertNoFlag: u8验证客户证件号码标志
CurrencyID: String币种代码
Digest: Vec<u8>摘要
BankAccType: u8银行帐号类型
DeviceID: String渠道标志
BankSecuAccType: u8期货单位帐号类型
BrokerIDByBank: Vec<u8>期货公司银行编码
BankSecuAcc: Vec<u8>期货单位帐号
BankPwdFlag: u8银行密码标志
SecuPwdFlag: u8期货资金密码核对标志
OperNo: String交易柜员
RequestID: i32请求编号
TID: i32交易ID
BankUseAmount: f64银行可用金额
BankFetchAmount: f64银行可取金额
ErrorID: i32错误代码
ErrorMsg: String错误信息
LongCustomerName: String长客户姓名
DRIdentityID: i32交易中心代码
SecFutureSerial: i32次中心发起转账期货公司流水号
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotifyQueryFutureAccountBySecField
impl RefUnwindSafe for NotifyQueryFutureAccountBySecField
impl Send for NotifyQueryFutureAccountBySecField
impl Sync for NotifyQueryFutureAccountBySecField
impl Unpin for NotifyQueryFutureAccountBySecField
impl UnsafeUnpin for NotifyQueryFutureAccountBySecField
impl UnwindSafe for NotifyQueryFutureAccountBySecField
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