#[repr(C)]pub struct CThostFtdcMulticastInstrumentField {
pub TopicID: TThostFtdcInstallIDType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub InstrumentNo: TThostFtdcInstallIDType,
pub CodePrice: TThostFtdcPriceType,
pub VolumeMultiple: TThostFtdcVolumeMultipleType,
pub PriceTick: TThostFtdcPriceType,
pub InstrumentID: TThostFtdcInstrumentIDType,
}Fields§
§TopicID: TThostFtdcInstallIDType§reserve1: TThostFtdcOldInstrumentIDType§InstrumentNo: TThostFtdcInstallIDType§CodePrice: TThostFtdcPriceType§VolumeMultiple: TThostFtdcVolumeMultipleType§PriceTick: TThostFtdcPriceType§InstrumentID: TThostFtdcInstrumentIDTypeTrait Implementations§
source§impl Clone for CThostFtdcMulticastInstrumentField
impl Clone for CThostFtdcMulticastInstrumentField
source§fn clone(&self) -> CThostFtdcMulticastInstrumentField
fn clone(&self) -> CThostFtdcMulticastInstrumentField
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcMulticastInstrumentField
Auto Trait Implementations§
impl Freeze for CThostFtdcMulticastInstrumentField
impl RefUnwindSafe for CThostFtdcMulticastInstrumentField
impl Send for CThostFtdcMulticastInstrumentField
impl Sync for CThostFtdcMulticastInstrumentField
impl Unpin for CThostFtdcMulticastInstrumentField
impl UnwindSafe for CThostFtdcMulticastInstrumentField
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