#[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,
}
Expand description
用户事件通知
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InvestorRange: TThostFtdcInvestorRangeType
投资者范围
InvestorID: TThostFtdcInvestorIDType
投资者代码
SequenceSeries: TThostFtdcSequenceSeriesType
序列系列号
UserID: TThostFtdcUserIDType
用户代码
SendTime: TThostFtdcTimeType
发送时间
SequenceNo: TThostFtdcSequenceNoType
序列号
FieldContent: TThostFtdcContentType
消息正文
InvestUnitID: TThostFtdcInvestUnitIDType
投资单元代码
Trait Implementations§
Source§impl Clone for CThostFtdcTradingNoticeField
impl Clone 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