#[repr(C)]pub struct CThostFtdcSyncDeltaSPMMInstParamField {
pub ExchangeID: TThostFtdcExchangeIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub InstMarginCalID: TThostFtdcInstMarginCalIDType,
pub CommodityID: TThostFtdcSPMMProductIDType,
pub CommodityGroupID: TThostFtdcSPMMProductIDType,
pub ActionDirection: TThostFtdcActionDirectionType,
pub SyncDeltaSequenceNo: TThostFtdcSequenceNoType,
}Fields§
§ExchangeID: TThostFtdcExchangeIDType§InstrumentID: TThostFtdcInstrumentIDType§InstMarginCalID: TThostFtdcInstMarginCalIDType§CommodityID: TThostFtdcSPMMProductIDType§CommodityGroupID: TThostFtdcSPMMProductIDType§ActionDirection: TThostFtdcActionDirectionType§SyncDeltaSequenceNo: TThostFtdcSequenceNoTypeTrait Implementations§
Source§impl Clone for CThostFtdcSyncDeltaSPMMInstParamField
impl Clone for CThostFtdcSyncDeltaSPMMInstParamField
Source§fn clone(&self) -> CThostFtdcSyncDeltaSPMMInstParamField
fn clone(&self) -> CThostFtdcSyncDeltaSPMMInstParamField
Returns a duplicate 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 CThostFtdcSyncDeltaSPMMInstParamField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncDeltaSPMMInstParamField
impl RefUnwindSafe for CThostFtdcSyncDeltaSPMMInstParamField
impl Send for CThostFtdcSyncDeltaSPMMInstParamField
impl Sync for CThostFtdcSyncDeltaSPMMInstParamField
impl Unpin for CThostFtdcSyncDeltaSPMMInstParamField
impl UnwindSafe for CThostFtdcSyncDeltaSPMMInstParamField
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