#[repr(C)]pub struct CThostFtdcSyncDeltaRCAMSInterParameterField {
pub TradingDay: TThostFtdcDateType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ProductGroupID: TThostFtdcProductIDType,
pub Priority: TThostFtdcRCAMSPriorityType,
pub CreditRate: TThostFtdcHedgeRateType,
pub CombProduct1: TThostFtdcProductIDType,
pub CombProduct2: TThostFtdcProductIDType,
pub ActionDirection: TThostFtdcActionDirectionType,
pub SyncDeltaSequenceNo: TThostFtdcSequenceNoType,
}Fields§
§TradingDay: TThostFtdcDateType§ExchangeID: TThostFtdcExchangeIDType§ProductGroupID: TThostFtdcProductIDType§Priority: TThostFtdcRCAMSPriorityType§CreditRate: TThostFtdcHedgeRateType§CombProduct1: TThostFtdcProductIDType§CombProduct2: TThostFtdcProductIDType§ActionDirection: TThostFtdcActionDirectionType§SyncDeltaSequenceNo: TThostFtdcSequenceNoTypeTrait Implementations§
Source§impl Clone for CThostFtdcSyncDeltaRCAMSInterParameterField
impl Clone for CThostFtdcSyncDeltaRCAMSInterParameterField
Source§fn clone(&self) -> CThostFtdcSyncDeltaRCAMSInterParameterField
fn clone(&self) -> CThostFtdcSyncDeltaRCAMSInterParameterField
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 CThostFtdcSyncDeltaRCAMSInterParameterField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncDeltaRCAMSInterParameterField
impl RefUnwindSafe for CThostFtdcSyncDeltaRCAMSInterParameterField
impl Send for CThostFtdcSyncDeltaRCAMSInterParameterField
impl Sync for CThostFtdcSyncDeltaRCAMSInterParameterField
impl Unpin for CThostFtdcSyncDeltaRCAMSInterParameterField
impl UnwindSafe for CThostFtdcSyncDeltaRCAMSInterParameterField
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