#[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,
}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§BankUseAmount: TThostFtdcTradeAmountType§BankFetchAmount: TThostFtdcTradeAmountType§ErrorID: TThostFtdcErrorIDType§ErrorMsg: TThostFtdcErrorMsgType§LongCustomerName: TThostFtdcLongIndividualNameTypeTrait Implementations§
Source§impl Clone for CThostFtdcNotifyQueryAccountField
impl Clone for CThostFtdcNotifyQueryAccountField
Source§fn clone(&self) -> CThostFtdcNotifyQueryAccountField
fn clone(&self) -> CThostFtdcNotifyQueryAccountField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl 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