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