#[repr(C)]pub struct CThostFtdcNotifyQueryAccountField {Show 41 fields
pub TradeCode: TThostFtdcTradeCodeType,
pub BankID: TThostFtdcBankIDType,
pub BankBranchID: TThostFtdcBankBrchIDType,
pub BrokerID: TThostFtdcBrokerIDType,
pub BrokerBranchID: TThostFtdcFutureBranchIDType,
pub TradeDate: TThostFtdcTradeDateType,
pub TradeTime: TThostFtdcTradeTimeType,
pub BankSerial: TThostFtdcBankSerialType,
pub TradingDay: TThostFtdcTradeDateType,
pub PlateSerial: TThostFtdcSerialType,
pub LastFragment: TThostFtdcLastFragmentType,
pub SessionID: TThostFtdcSessionIDType,
pub CustomerName: TThostFtdcIndividualNameType,
pub IdCardType: TThostFtdcIdCardTypeType,
pub IdentifiedCardNo: TThostFtdcIdentifiedCardNoType,
pub CustType: TThostFtdcCustTypeType,
pub BankAccount: TThostFtdcBankAccountType,
pub BankPassWord: TThostFtdcPasswordType,
pub AccountID: TThostFtdcAccountIDType,
pub Password: TThostFtdcPasswordType,
pub FutureSerial: TThostFtdcFutureSerialType,
pub InstallID: TThostFtdcInstallIDType,
pub UserID: TThostFtdcUserIDType,
pub VerifyCertNoFlag: TThostFtdcYesNoIndicatorType,
pub CurrencyID: TThostFtdcCurrencyIDType,
pub Digest: TThostFtdcDigestType,
pub BankAccType: TThostFtdcBankAccTypeType,
pub DeviceID: TThostFtdcDeviceIDType,
pub BankSecuAccType: TThostFtdcBankAccTypeType,
pub BrokerIDByBank: TThostFtdcBankCodingForFutureType,
pub BankSecuAcc: TThostFtdcBankAccountType,
pub BankPwdFlag: TThostFtdcPwdFlagType,
pub SecuPwdFlag: TThostFtdcPwdFlagType,
pub OperNo: TThostFtdcOperNoType,
pub RequestID: TThostFtdcRequestIDType,
pub TID: TThostFtdcTIDType,
pub BankUseAmount: TThostFtdcTradeAmountType,
pub BankFetchAmount: TThostFtdcTradeAmountType,
pub ErrorID: TThostFtdcErrorIDType,
pub ErrorMsg: TThostFtdcErrorMsgType,
pub LongCustomerName: TThostFtdcLongIndividualNameType,
}
Expand description
查询账户信息通知
Fields§
§TradeCode: TThostFtdcTradeCodeType
业务功能码
BankID: TThostFtdcBankIDType
银行代码
BankBranchID: TThostFtdcBankBrchIDType
银行分支机构代码
BrokerID: TThostFtdcBrokerIDType
期商代码
BrokerBranchID: TThostFtdcFutureBranchIDType
期商分支机构代码
TradeDate: TThostFtdcTradeDateType
交易日期
TradeTime: TThostFtdcTradeTimeType
交易时间
BankSerial: TThostFtdcBankSerialType
银行流水号
TradingDay: TThostFtdcTradeDateType
交易系统日期
PlateSerial: TThostFtdcSerialType
银期平台消息流水号
LastFragment: TThostFtdcLastFragmentType
最后分片标志
SessionID: TThostFtdcSessionIDType
会话号
CustomerName: TThostFtdcIndividualNameType
客户姓名
IdCardType: TThostFtdcIdCardTypeType
证件类型
IdentifiedCardNo: TThostFtdcIdentifiedCardNoType
证件号码
CustType: TThostFtdcCustTypeType
客户类型
BankAccount: TThostFtdcBankAccountType
银行帐号
BankPassWord: TThostFtdcPasswordType
银行密码
AccountID: TThostFtdcAccountIDType
投资者帐号
Password: TThostFtdcPasswordType
期货密码
FutureSerial: TThostFtdcFutureSerialType
期货公司流水号
InstallID: TThostFtdcInstallIDType
安装编号
UserID: TThostFtdcUserIDType
用户标识
VerifyCertNoFlag: TThostFtdcYesNoIndicatorType
验证客户证件号码标志
CurrencyID: TThostFtdcCurrencyIDType
币种代码
Digest: TThostFtdcDigestType
摘要
BankAccType: TThostFtdcBankAccTypeType
银行帐号类型
DeviceID: TThostFtdcDeviceIDType
渠道标志
BankSecuAccType: TThostFtdcBankAccTypeType
期货单位帐号类型
BrokerIDByBank: TThostFtdcBankCodingForFutureType
期货公司银行编码
BankSecuAcc: TThostFtdcBankAccountType
期货单位帐号
BankPwdFlag: TThostFtdcPwdFlagType
银行密码标志
SecuPwdFlag: TThostFtdcPwdFlagType
期货资金密码核对标志
OperNo: TThostFtdcOperNoType
交易柜员
RequestID: TThostFtdcRequestIDType
请求编号
TID: TThostFtdcTIDType
交易ID
BankUseAmount: TThostFtdcTradeAmountType
银行可用金额
BankFetchAmount: TThostFtdcTradeAmountType
银行可取金额
ErrorID: TThostFtdcErrorIDType
错误代码
ErrorMsg: TThostFtdcErrorMsgType
错误信息
LongCustomerName: TThostFtdcLongIndividualNameType
长客户姓名
Trait Implementations§
impl Copy for CThostFtdcNotifyQueryAccountField
Auto Trait Implementations§
impl Freeze for CThostFtdcNotifyQueryAccountField
impl RefUnwindSafe for CThostFtdcNotifyQueryAccountField
impl Send for CThostFtdcNotifyQueryAccountField
impl Sync for CThostFtdcNotifyQueryAccountField
impl Unpin for CThostFtdcNotifyQueryAccountField
impl UnwindSafe for CThostFtdcNotifyQueryAccountField
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