#[repr(C)]pub struct CThostFtdcNoticeField {
pub BrokerID: TThostFtdcBrokerIDType,
pub Content: TThostFtdcContentType,
pub SequenceLabel: TThostFtdcSequenceLabelType,
}
Expand description
客户通知
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
Content: TThostFtdcContentType
消息正文
SequenceLabel: TThostFtdcSequenceLabelType
经纪公司通知内容序列号
Trait Implementations§
Source§impl Clone for CThostFtdcNoticeField
impl Clone for CThostFtdcNoticeField
Source§impl Default for CThostFtdcNoticeField
impl Default for CThostFtdcNoticeField
impl Copy for CThostFtdcNoticeField
Auto Trait Implementations§
impl Freeze for CThostFtdcNoticeField
impl RefUnwindSafe for CThostFtdcNoticeField
impl Send for CThostFtdcNoticeField
impl Sync for CThostFtdcNoticeField
impl Unpin for CThostFtdcNoticeField
impl UnwindSafe for CThostFtdcNoticeField
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