#[repr(C)]pub struct CThostFtdcRCAMSInterParameterField {
pub TradingDay: TThostFtdcDateType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ProductGroupID: TThostFtdcProductIDType,
pub Priority: TThostFtdcRCAMSPriorityType,
pub CreditRate: TThostFtdcHedgeRateType,
pub CombProduct1: TThostFtdcProductIDType,
pub CombProduct2: TThostFtdcProductIDType,
}Fields§
§TradingDay: TThostFtdcDateType§ExchangeID: TThostFtdcExchangeIDType§ProductGroupID: TThostFtdcProductIDType§Priority: TThostFtdcRCAMSPriorityType§CreditRate: TThostFtdcHedgeRateType§CombProduct1: TThostFtdcProductIDType§CombProduct2: TThostFtdcProductIDTypeTrait Implementations§
source§impl Clone for CThostFtdcRCAMSInterParameterField
impl Clone for CThostFtdcRCAMSInterParameterField
source§fn clone(&self) -> CThostFtdcRCAMSInterParameterField
fn clone(&self) -> CThostFtdcRCAMSInterParameterField
Returns a copy 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 CThostFtdcRCAMSInterParameterField
Auto Trait Implementations§
impl Freeze for CThostFtdcRCAMSInterParameterField
impl RefUnwindSafe for CThostFtdcRCAMSInterParameterField
impl Send for CThostFtdcRCAMSInterParameterField
impl Sync for CThostFtdcRCAMSInterParameterField
impl Unpin for CThostFtdcRCAMSInterParameterField
impl UnwindSafe for CThostFtdcRCAMSInterParameterField
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