#[repr(C)]pub struct CThostFtdcBrokerUserEventField {
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub UserEventType: TThostFtdcUserEventTypeType,
pub EventSequenceNo: TThostFtdcSequenceNoType,
pub EventDate: TThostFtdcDateType,
pub EventTime: TThostFtdcTimeType,
pub UserEventInfo: TThostFtdcUserEventInfoType,
pub InvestorID: TThostFtdcInvestorIDType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub DRIdentityID: TThostFtdcDRIdentityIDType,
pub TradingDay: TThostFtdcDateType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§UserID: TThostFtdcUserIDType§UserEventType: TThostFtdcUserEventTypeType§EventSequenceNo: TThostFtdcSequenceNoType§EventDate: TThostFtdcDateType§EventTime: TThostFtdcTimeType§UserEventInfo: TThostFtdcUserEventInfoType§InvestorID: TThostFtdcInvestorIDType§reserve1: TThostFtdcOldInstrumentIDType§InstrumentID: TThostFtdcInstrumentIDType§DRIdentityID: TThostFtdcDRIdentityIDType§TradingDay: TThostFtdcDateTypeTrait Implementations§
Source§impl Clone for CThostFtdcBrokerUserEventField
impl Clone for CThostFtdcBrokerUserEventField
Source§fn clone(&self) -> CThostFtdcBrokerUserEventField
fn clone(&self) -> CThostFtdcBrokerUserEventField
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 CThostFtdcBrokerUserEventField
Auto Trait Implementations§
impl Freeze for CThostFtdcBrokerUserEventField
impl RefUnwindSafe for CThostFtdcBrokerUserEventField
impl Send for CThostFtdcBrokerUserEventField
impl Sync for CThostFtdcBrokerUserEventField
impl Unpin for CThostFtdcBrokerUserEventField
impl UnsafeUnpin for CThostFtdcBrokerUserEventField
impl UnwindSafe for CThostFtdcBrokerUserEventField
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