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