#[repr(C)]pub struct CThostFtdcSyncDeltaRCAMSCombRuleDtlField {Show 14 fields
pub TradingDay: TThostFtdcDateType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ProdGroup: TThostFtdcProductIDType,
pub RuleId: TThostFtdcRuleIdType,
pub Priority: TThostFtdcRCAMSPriorityType,
pub HedgeFlag: TThostFtdcHedgeFlagType,
pub CombMargin: TThostFtdcMoneyType,
pub ExchangeInstID: TThostFtdcExchangeInstIDType,
pub LegID: TThostFtdcLegIDType,
pub LegInstrumentID: TThostFtdcInstrumentIDType,
pub Direction: TThostFtdcDirectionType,
pub LegMultiple: TThostFtdcLegMultipleType,
pub ActionDirection: TThostFtdcActionDirectionType,
pub SyncDeltaSequenceNo: TThostFtdcSequenceNoType,
}Fields§
§TradingDay: TThostFtdcDateType§ExchangeID: TThostFtdcExchangeIDType§ProdGroup: TThostFtdcProductIDType§RuleId: TThostFtdcRuleIdType§Priority: TThostFtdcRCAMSPriorityType§HedgeFlag: TThostFtdcHedgeFlagType§CombMargin: TThostFtdcMoneyType§ExchangeInstID: TThostFtdcExchangeInstIDType§LegID: TThostFtdcLegIDType§LegInstrumentID: TThostFtdcInstrumentIDType§Direction: TThostFtdcDirectionType§LegMultiple: TThostFtdcLegMultipleType§ActionDirection: TThostFtdcActionDirectionType§SyncDeltaSequenceNo: TThostFtdcSequenceNoTypeTrait Implementations§
Source§impl Clone for CThostFtdcSyncDeltaRCAMSCombRuleDtlField
impl Clone for CThostFtdcSyncDeltaRCAMSCombRuleDtlField
Source§fn clone(&self) -> CThostFtdcSyncDeltaRCAMSCombRuleDtlField
fn clone(&self) -> CThostFtdcSyncDeltaRCAMSCombRuleDtlField
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 CThostFtdcSyncDeltaRCAMSCombRuleDtlField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncDeltaRCAMSCombRuleDtlField
impl RefUnwindSafe for CThostFtdcSyncDeltaRCAMSCombRuleDtlField
impl Send for CThostFtdcSyncDeltaRCAMSCombRuleDtlField
impl Sync for CThostFtdcSyncDeltaRCAMSCombRuleDtlField
impl Unpin for CThostFtdcSyncDeltaRCAMSCombRuleDtlField
impl UnwindSafe for CThostFtdcSyncDeltaRCAMSCombRuleDtlField
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