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