#[repr(C)]pub struct MulticastInstrumentField {
pub is_null: bool,
pub TopicID: i32,
pub InstrumentNo: i32,
pub CodePrice: f64,
pub VolumeMultiple: i32,
pub PriceTick: f64,
pub InstrumentID: String,
}Expand description
MulticastInstrument
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
TopicID: i32主题号
InstrumentNo: i32合约编号
CodePrice: f64基准价
VolumeMultiple: i32合约数量乘数
PriceTick: f64最小变动价位
InstrumentID: String合约代码
Trait Implementations§
Source§impl Clone for MulticastInstrumentField
impl Clone for MulticastInstrumentField
Source§impl Debug for MulticastInstrumentField
impl Debug for MulticastInstrumentField
Source§impl Default for MulticastInstrumentField
impl Default for MulticastInstrumentField
Auto Trait Implementations§
impl Freeze for MulticastInstrumentField
impl RefUnwindSafe for MulticastInstrumentField
impl Send for MulticastInstrumentField
impl Sync for MulticastInstrumentField
impl Unpin for MulticastInstrumentField
impl UnsafeUnpin for MulticastInstrumentField
impl UnwindSafe for MulticastInstrumentField
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