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