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