#[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 InstrumentID: TThostFtdcInstrumentIDType,
}
Expand description
查询经纪公司用户事件
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
UserID: TThostFtdcUserIDType
用户代码
UserEventType: TThostFtdcUserEventTypeType
用户事件类型
EventSequenceNo: TThostFtdcSequenceNoType
用户事件序号
EventDate: TThostFtdcDateType
事件发生日期
EventTime: TThostFtdcTimeType
事件发生时间
UserEventInfo: TThostFtdcUserEventInfoType
用户事件信息
InvestorID: TThostFtdcInvestorIDType
投资者代码
InstrumentID: TThostFtdcInstrumentIDType
合约代码
Trait Implementations§
impl 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 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