#[repr(C)]pub struct CThostFtdcSyncDeltaRULEInterParameterField {
pub TradingDay: TThostFtdcDateType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub SpreadId: TThostFtdcSpreadIdType,
pub InterRate: TThostFtdcRatioType,
pub Leg1ProdFamilyCode: TThostFtdcInstrumentIDType,
pub Leg2ProdFamilyCode: TThostFtdcInstrumentIDType,
pub Leg1PropFactor: TThostFtdcCommonIntType,
pub Leg2PropFactor: TThostFtdcCommonIntType,
pub CommodityGroupID: TThostFtdcCommodityGroupIDType,
pub CommodityGroupName: TThostFtdcInstrumentNameType,
pub ActionDirection: TThostFtdcActionDirectionType,
pub SyncDeltaSequenceNo: TThostFtdcSequenceNoType,
}Fields§
§TradingDay: TThostFtdcDateType§ExchangeID: TThostFtdcExchangeIDType§SpreadId: TThostFtdcSpreadIdType§InterRate: TThostFtdcRatioType§Leg1ProdFamilyCode: TThostFtdcInstrumentIDType§Leg2ProdFamilyCode: TThostFtdcInstrumentIDType§Leg1PropFactor: TThostFtdcCommonIntType§Leg2PropFactor: TThostFtdcCommonIntType§CommodityGroupID: TThostFtdcCommodityGroupIDType§CommodityGroupName: TThostFtdcInstrumentNameType§ActionDirection: TThostFtdcActionDirectionType§SyncDeltaSequenceNo: TThostFtdcSequenceNoTypeTrait Implementations§
Source§impl Clone for CThostFtdcSyncDeltaRULEInterParameterField
impl Clone for CThostFtdcSyncDeltaRULEInterParameterField
Source§fn clone(&self) -> CThostFtdcSyncDeltaRULEInterParameterField
fn clone(&self) -> CThostFtdcSyncDeltaRULEInterParameterField
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 CThostFtdcSyncDeltaRULEInterParameterField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncDeltaRULEInterParameterField
impl RefUnwindSafe for CThostFtdcSyncDeltaRULEInterParameterField
impl Send for CThostFtdcSyncDeltaRULEInterParameterField
impl Sync for CThostFtdcSyncDeltaRULEInterParameterField
impl Unpin for CThostFtdcSyncDeltaRULEInterParameterField
impl UnwindSafe for CThostFtdcSyncDeltaRULEInterParameterField
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