#[repr(C)]pub struct CThostFtdcTradingNoticeField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorRange: TThostFtdcInvestorRangeType,
pub InvestorID: TThostFtdcInvestorIDType,
pub SequenceSeries: TThostFtdcSequenceSeriesType,
pub UserID: TThostFtdcUserIDType,
pub SendTime: TThostFtdcTimeType,
pub SequenceNo: TThostFtdcSequenceNoType,
pub FieldContent: TThostFtdcContentType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorRange: TThostFtdcInvestorRangeType§InvestorID: TThostFtdcInvestorIDType§SequenceSeries: TThostFtdcSequenceSeriesType§UserID: TThostFtdcUserIDType§SendTime: TThostFtdcTimeType§SequenceNo: TThostFtdcSequenceNoType§FieldContent: TThostFtdcContentType§InvestUnitID: TThostFtdcInvestUnitIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcTradingNoticeField
impl Clone for CThostFtdcTradingNoticeField
Source§fn clone(&self) -> CThostFtdcTradingNoticeField
fn clone(&self) -> CThostFtdcTradingNoticeField
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 CThostFtdcTradingNoticeField
impl Debug for CThostFtdcTradingNoticeField
impl Copy for CThostFtdcTradingNoticeField
Auto Trait Implementations§
impl Freeze for CThostFtdcTradingNoticeField
impl RefUnwindSafe for CThostFtdcTradingNoticeField
impl Send for CThostFtdcTradingNoticeField
impl Sync for CThostFtdcTradingNoticeField
impl Unpin for CThostFtdcTradingNoticeField
impl UnwindSafe for CThostFtdcTradingNoticeField
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