#[repr(C)]pub struct CThostFtdcSPBMIntraParameterField {
pub TradingDay: TThostFtdcDateType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ProdFamilyCode: TThostFtdcInstrumentIDType,
pub IntraRateY: TThostFtdcRatioType,
pub AddOnIntraRateY2: TThostFtdcRatioType,
}Fields§
§TradingDay: TThostFtdcDateType§ExchangeID: TThostFtdcExchangeIDType§ProdFamilyCode: TThostFtdcInstrumentIDType§IntraRateY: TThostFtdcRatioType§AddOnIntraRateY2: TThostFtdcRatioTypeTrait Implementations§
Source§impl Clone for CThostFtdcSPBMIntraParameterField
impl Clone for CThostFtdcSPBMIntraParameterField
Source§fn clone(&self) -> CThostFtdcSPBMIntraParameterField
fn clone(&self) -> CThostFtdcSPBMIntraParameterField
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 CThostFtdcSPBMIntraParameterField
Auto Trait Implementations§
impl Freeze for CThostFtdcSPBMIntraParameterField
impl RefUnwindSafe for CThostFtdcSPBMIntraParameterField
impl Send for CThostFtdcSPBMIntraParameterField
impl Sync for CThostFtdcSPBMIntraParameterField
impl Unpin for CThostFtdcSPBMIntraParameterField
impl UnwindSafe for CThostFtdcSPBMIntraParameterField
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