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