#[repr(C)]pub struct CThostFtdcReqQueryAccountField {Show 37 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 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§LongCustomerName: TThostFtdcLongIndividualNameTypeTrait Implementations§
Source§impl Clone for CThostFtdcReqQueryAccountField
impl Clone for CThostFtdcReqQueryAccountField
Source§fn clone(&self) -> CThostFtdcReqQueryAccountField
fn clone(&self) -> CThostFtdcReqQueryAccountField
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 CThostFtdcReqQueryAccountField
Auto Trait Implementations§
impl Freeze for CThostFtdcReqQueryAccountField
impl RefUnwindSafe for CThostFtdcReqQueryAccountField
impl Send for CThostFtdcReqQueryAccountField
impl Sync for CThostFtdcReqQueryAccountField
impl Unpin for CThostFtdcReqQueryAccountField
impl UnwindSafe for CThostFtdcReqQueryAccountField
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