#[repr(C)]pub struct CThostFtdcAccountregisterField {Show 18 fields
pub TradeDay: TThostFtdcTradeDateType,
pub BankID: TThostFtdcBankIDType,
pub BankBranchID: TThostFtdcBankBrchIDType,
pub BankAccount: TThostFtdcBankAccountType,
pub BrokerID: TThostFtdcBrokerIDType,
pub BrokerBranchID: TThostFtdcFutureBranchIDType,
pub AccountID: TThostFtdcAccountIDType,
pub IdCardType: TThostFtdcIdCardTypeType,
pub IdentifiedCardNo: TThostFtdcIdentifiedCardNoType,
pub CustomerName: TThostFtdcIndividualNameType,
pub CurrencyID: TThostFtdcCurrencyIDType,
pub OpenOrDestroy: TThostFtdcOpenOrDestroyType,
pub RegDate: TThostFtdcTradeDateType,
pub OutDate: TThostFtdcTradeDateType,
pub TID: TThostFtdcTIDType,
pub CustType: TThostFtdcCustTypeType,
pub BankAccType: TThostFtdcBankAccTypeType,
pub LongCustomerName: TThostFtdcLongIndividualNameType,
}Fields§
§TradeDay: TThostFtdcTradeDateType§BankID: TThostFtdcBankIDType§BankBranchID: TThostFtdcBankBrchIDType§BankAccount: TThostFtdcBankAccountType§BrokerID: TThostFtdcBrokerIDType§BrokerBranchID: TThostFtdcFutureBranchIDType§AccountID: TThostFtdcAccountIDType§IdCardType: TThostFtdcIdCardTypeType§IdentifiedCardNo: TThostFtdcIdentifiedCardNoType§CustomerName: TThostFtdcIndividualNameType§CurrencyID: TThostFtdcCurrencyIDType§OpenOrDestroy: TThostFtdcOpenOrDestroyType§RegDate: TThostFtdcTradeDateType§OutDate: TThostFtdcTradeDateType§TID: TThostFtdcTIDType§CustType: TThostFtdcCustTypeType§BankAccType: TThostFtdcBankAccTypeType§LongCustomerName: TThostFtdcLongIndividualNameTypeTrait Implementations§
Source§impl Clone for CThostFtdcAccountregisterField
impl Clone for CThostFtdcAccountregisterField
Source§fn clone(&self) -> CThostFtdcAccountregisterField
fn clone(&self) -> CThostFtdcAccountregisterField
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 CThostFtdcAccountregisterField
Auto Trait Implementations§
impl Freeze for CThostFtdcAccountregisterField
impl RefUnwindSafe for CThostFtdcAccountregisterField
impl Send for CThostFtdcAccountregisterField
impl Sync for CThostFtdcAccountregisterField
impl Unpin for CThostFtdcAccountregisterField
impl UnwindSafe for CThostFtdcAccountregisterField
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