#[repr(C)]pub struct CThostFtdcTradingCodeField {
pub InvestorID: TThostFtdcInvestorIDType,
pub BrokerID: TThostFtdcBrokerIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ClientID: TThostFtdcClientIDType,
pub IsActive: TThostFtdcBoolType,
pub ClientIDType: TThostFtdcClientIDTypeType,
pub BranchID: TThostFtdcBranchIDType,
pub BizType: TThostFtdcBizTypeType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
}Fields§
§InvestorID: TThostFtdcInvestorIDType§BrokerID: TThostFtdcBrokerIDType§ExchangeID: TThostFtdcExchangeIDType§ClientID: TThostFtdcClientIDType§IsActive: TThostFtdcBoolType§ClientIDType: TThostFtdcClientIDTypeType§BranchID: TThostFtdcBranchIDType§BizType: TThostFtdcBizTypeType§InvestUnitID: TThostFtdcInvestUnitIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcTradingCodeField
impl Clone for CThostFtdcTradingCodeField
Source§fn clone(&self) -> CThostFtdcTradingCodeField
fn clone(&self) -> CThostFtdcTradingCodeField
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 CThostFtdcTradingCodeField
impl Debug for CThostFtdcTradingCodeField
impl Copy for CThostFtdcTradingCodeField
Auto Trait Implementations§
impl Freeze for CThostFtdcTradingCodeField
impl RefUnwindSafe for CThostFtdcTradingCodeField
impl Send for CThostFtdcTradingCodeField
impl Sync for CThostFtdcTradingCodeField
impl Unpin for CThostFtdcTradingCodeField
impl UnwindSafe for CThostFtdcTradingCodeField
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