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