#[repr(C)]pub struct CThostFtdcSyncDeltaRCAMSSOptAdjParamField {
pub TradingDay: TThostFtdcDateType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub CombProductID: TThostFtdcProductIDType,
pub HedgeFlag: TThostFtdcHedgeFlagType,
pub AdjustValue: TThostFtdcAdjustValueType,
pub ActionDirection: TThostFtdcActionDirectionType,
pub SyncDeltaSequenceNo: TThostFtdcSequenceNoType,
}Fields§
§TradingDay: TThostFtdcDateType§ExchangeID: TThostFtdcExchangeIDType§CombProductID: TThostFtdcProductIDType§HedgeFlag: TThostFtdcHedgeFlagType§AdjustValue: TThostFtdcAdjustValueType§ActionDirection: TThostFtdcActionDirectionType§SyncDeltaSequenceNo: TThostFtdcSequenceNoTypeTrait Implementations§
Source§impl Clone for CThostFtdcSyncDeltaRCAMSSOptAdjParamField
impl Clone for CThostFtdcSyncDeltaRCAMSSOptAdjParamField
Source§fn clone(&self) -> CThostFtdcSyncDeltaRCAMSSOptAdjParamField
fn clone(&self) -> CThostFtdcSyncDeltaRCAMSSOptAdjParamField
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 CThostFtdcSyncDeltaRCAMSSOptAdjParamField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncDeltaRCAMSSOptAdjParamField
impl RefUnwindSafe for CThostFtdcSyncDeltaRCAMSSOptAdjParamField
impl Send for CThostFtdcSyncDeltaRCAMSSOptAdjParamField
impl Sync for CThostFtdcSyncDeltaRCAMSSOptAdjParamField
impl Unpin for CThostFtdcSyncDeltaRCAMSSOptAdjParamField
impl UnwindSafe for CThostFtdcSyncDeltaRCAMSSOptAdjParamField
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