#[repr(C)]pub struct CThostFtdcInvestUnitField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub InvestorUnitName: TThostFtdcPartyNameType,
pub InvestorGroupID: TThostFtdcInvestorIDType,
pub CommModelID: TThostFtdcInvestorIDType,
pub MarginModelID: TThostFtdcInvestorIDType,
pub AccountID: TThostFtdcAccountIDType,
pub CurrencyID: TThostFtdcCurrencyIDType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§InvestUnitID: TThostFtdcInvestUnitIDType§InvestorUnitName: TThostFtdcPartyNameType§InvestorGroupID: TThostFtdcInvestorIDType§CommModelID: TThostFtdcInvestorIDType§MarginModelID: TThostFtdcInvestorIDType§AccountID: TThostFtdcAccountIDType§CurrencyID: TThostFtdcCurrencyIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcInvestUnitField
impl Clone for CThostFtdcInvestUnitField
Source§fn clone(&self) -> CThostFtdcInvestUnitField
fn clone(&self) -> CThostFtdcInvestUnitField
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 moreSource§impl Debug for CThostFtdcInvestUnitField
impl Debug for CThostFtdcInvestUnitField
impl Copy for CThostFtdcInvestUnitField
Auto Trait Implementations§
impl Freeze for CThostFtdcInvestUnitField
impl RefUnwindSafe for CThostFtdcInvestUnitField
impl Send for CThostFtdcInvestUnitField
impl Sync for CThostFtdcInvestUnitField
impl Unpin for CThostFtdcInvestUnitField
impl UnwindSafe for CThostFtdcInvestUnitField
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