#[repr(C)]pub struct CThostFtdcSyncingInvestorField {Show 15 fields
pub InvestorID: TThostFtdcInvestorIDType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorGroupID: TThostFtdcInvestorIDType,
pub InvestorName: TThostFtdcPartyNameType,
pub IdentifiedCardType: TThostFtdcIdCardTypeType,
pub IdentifiedCardNo: TThostFtdcIdentifiedCardNoType,
pub IsActive: TThostFtdcBoolType,
pub Telephone: TThostFtdcTelephoneType,
pub Address: TThostFtdcAddressType,
pub OpenDate: TThostFtdcDateType,
pub Mobile: TThostFtdcMobileType,
pub CommModelID: TThostFtdcInvestorIDType,
pub MarginModelID: TThostFtdcInvestorIDType,
pub IsOrderFreq: TThostFtdcEnumBoolType,
pub IsOpenVolLimit: TThostFtdcEnumBoolType,
}Fields§
§InvestorID: TThostFtdcInvestorIDType§BrokerID: TThostFtdcBrokerIDType§InvestorGroupID: TThostFtdcInvestorIDType§InvestorName: TThostFtdcPartyNameType§IdentifiedCardType: TThostFtdcIdCardTypeType§IdentifiedCardNo: TThostFtdcIdentifiedCardNoType§IsActive: TThostFtdcBoolType§Telephone: TThostFtdcTelephoneType§Address: TThostFtdcAddressType§OpenDate: TThostFtdcDateType§Mobile: TThostFtdcMobileType§CommModelID: TThostFtdcInvestorIDType§MarginModelID: TThostFtdcInvestorIDType§IsOrderFreq: TThostFtdcEnumBoolType§IsOpenVolLimit: TThostFtdcEnumBoolTypeTrait Implementations§
Source§impl Clone for CThostFtdcSyncingInvestorField
impl Clone for CThostFtdcSyncingInvestorField
Source§fn clone(&self) -> CThostFtdcSyncingInvestorField
fn clone(&self) -> CThostFtdcSyncingInvestorField
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 CThostFtdcSyncingInvestorField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncingInvestorField
impl RefUnwindSafe for CThostFtdcSyncingInvestorField
impl Send for CThostFtdcSyncingInvestorField
impl Sync for CThostFtdcSyncingInvestorField
impl Unpin for CThostFtdcSyncingInvestorField
impl UnwindSafe for CThostFtdcSyncingInvestorField
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