#[repr(C)]pub struct CThostFtdcSPBMAddOnInterParameterField {
pub TradingDay: TThostFtdcDateType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub SpreadId: TThostFtdcSpreadIdType,
pub AddOnInterRateZ2: TThostFtdcRatioType,
pub Leg1ProdFamilyCode: TThostFtdcInstrumentIDType,
pub Leg2ProdFamilyCode: TThostFtdcInstrumentIDType,
}Fields§
§TradingDay: TThostFtdcDateType§ExchangeID: TThostFtdcExchangeIDType§SpreadId: TThostFtdcSpreadIdType§AddOnInterRateZ2: TThostFtdcRatioType§Leg1ProdFamilyCode: TThostFtdcInstrumentIDType§Leg2ProdFamilyCode: TThostFtdcInstrumentIDTypeTrait Implementations§
source§impl Clone for CThostFtdcSPBMAddOnInterParameterField
impl Clone for CThostFtdcSPBMAddOnInterParameterField
source§fn clone(&self) -> CThostFtdcSPBMAddOnInterParameterField
fn clone(&self) -> CThostFtdcSPBMAddOnInterParameterField
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 CThostFtdcSPBMAddOnInterParameterField
Auto Trait Implementations§
impl Freeze for CThostFtdcSPBMAddOnInterParameterField
impl RefUnwindSafe for CThostFtdcSPBMAddOnInterParameterField
impl Send for CThostFtdcSPBMAddOnInterParameterField
impl Sync for CThostFtdcSPBMAddOnInterParameterField
impl Unpin for CThostFtdcSPBMAddOnInterParameterField
impl UnwindSafe for CThostFtdcSPBMAddOnInterParameterField
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