#[repr(C)]pub struct CThostFtdcInvestorField {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 CThostFtdcInvestorField
impl Clone for CThostFtdcInvestorField
Source§fn clone(&self) -> CThostFtdcInvestorField
fn clone(&self) -> CThostFtdcInvestorField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcInvestorField
Auto Trait Implementations§
impl Freeze for CThostFtdcInvestorField
impl RefUnwindSafe for CThostFtdcInvestorField
impl Send for CThostFtdcInvestorField
impl Sync for CThostFtdcInvestorField
impl Unpin for CThostFtdcInvestorField
impl UnsafeUnpin for CThostFtdcInvestorField
impl UnwindSafe for CThostFtdcInvestorField
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