#[repr(C)]pub struct CThostFtdcBulletinField {
pub ExchangeID: TThostFtdcExchangeIDType,
pub TradingDay: TThostFtdcDateType,
pub BulletinID: TThostFtdcBulletinIDType,
pub SequenceNo: TThostFtdcSequenceNoType,
pub NewsType: TThostFtdcNewsTypeType,
pub NewsUrgency: TThostFtdcNewsUrgencyType,
pub SendTime: TThostFtdcTimeType,
pub Abstract: TThostFtdcAbstractType,
pub ComeFrom: TThostFtdcComeFromType,
pub Content: TThostFtdcContentType,
pub URLLink: TThostFtdcURLLinkType,
pub MarketID: TThostFtdcMarketIDType,
}
Expand description
交易所公告
Fields§
§ExchangeID: TThostFtdcExchangeIDType
交易所代码
TradingDay: TThostFtdcDateType
交易日
BulletinID: TThostFtdcBulletinIDType
公告编号
SequenceNo: TThostFtdcSequenceNoType
序列号
NewsType: TThostFtdcNewsTypeType
公告类型
NewsUrgency: TThostFtdcNewsUrgencyType
紧急程度
SendTime: TThostFtdcTimeType
发送时间
Abstract: TThostFtdcAbstractType
消息摘要
ComeFrom: TThostFtdcComeFromType
消息来源
Content: TThostFtdcContentType
消息正文
URLLink: TThostFtdcURLLinkType
WEB地址
MarketID: TThostFtdcMarketIDType
市场代码
Trait Implementations§
Source§impl Clone for CThostFtdcBulletinField
impl Clone for CThostFtdcBulletinField
Source§impl Default for CThostFtdcBulletinField
impl Default for CThostFtdcBulletinField
impl Copy for CThostFtdcBulletinField
Auto Trait Implementations§
impl Freeze for CThostFtdcBulletinField
impl RefUnwindSafe for CThostFtdcBulletinField
impl Send for CThostFtdcBulletinField
impl Sync for CThostFtdcBulletinField
impl Unpin for CThostFtdcBulletinField
impl UnwindSafe for CThostFtdcBulletinField
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