#[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,
}
Fields§
§is_null: bool
§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 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