#[repr(C)]pub struct CThostFtdcSyncDeltaDceCombInstrumentField {
pub CombInstrumentID: TThostFtdcInstrumentIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ExchangeInstID: TThostFtdcExchangeInstIDType,
pub TradeGroupID: TThostFtdcTradeGroupIDType,
pub CombHedgeFlag: TThostFtdcHedgeFlagType,
pub CombinationType: TThostFtdcDceCombinationTypeType,
pub Direction: TThostFtdcDirectionType,
pub ProductID: TThostFtdcInstrumentIDType,
pub Xparameter: TThostFtdcDiscountRatioType,
pub ActionDirection: TThostFtdcActionDirectionType,
pub SyncDeltaSequenceNo: TThostFtdcSequenceNoType,
}Fields§
§CombInstrumentID: TThostFtdcInstrumentIDType§ExchangeID: TThostFtdcExchangeIDType§ExchangeInstID: TThostFtdcExchangeInstIDType§TradeGroupID: TThostFtdcTradeGroupIDType§CombHedgeFlag: TThostFtdcHedgeFlagType§CombinationType: TThostFtdcDceCombinationTypeType§Direction: TThostFtdcDirectionType§ProductID: TThostFtdcInstrumentIDType§Xparameter: TThostFtdcDiscountRatioType§ActionDirection: TThostFtdcActionDirectionType§SyncDeltaSequenceNo: TThostFtdcSequenceNoTypeTrait Implementations§
Source§impl Clone for CThostFtdcSyncDeltaDceCombInstrumentField
impl Clone for CThostFtdcSyncDeltaDceCombInstrumentField
Source§fn clone(&self) -> CThostFtdcSyncDeltaDceCombInstrumentField
fn clone(&self) -> CThostFtdcSyncDeltaDceCombInstrumentField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcSyncDeltaDceCombInstrumentField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncDeltaDceCombInstrumentField
impl RefUnwindSafe for CThostFtdcSyncDeltaDceCombInstrumentField
impl Send for CThostFtdcSyncDeltaDceCombInstrumentField
impl Sync for CThostFtdcSyncDeltaDceCombInstrumentField
impl Unpin for CThostFtdcSyncDeltaDceCombInstrumentField
impl UnsafeUnpin for CThostFtdcSyncDeltaDceCombInstrumentField
impl UnwindSafe for CThostFtdcSyncDeltaDceCombInstrumentField
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