#[repr(C)]pub struct CThostFtdcRULEInstrParameterField {
pub TradingDay: TThostFtdcDateType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub InstrumentClass: TThostFtdcInstrumentClassType,
pub StdInstrumentID: TThostFtdcInstrumentIDType,
pub BSpecRatio: TThostFtdcRatioType,
pub SSpecRatio: TThostFtdcRatioType,
pub BHedgeRatio: TThostFtdcRatioType,
pub SHedgeRatio: TThostFtdcRatioType,
pub BAddOnMargin: TThostFtdcMoneyType,
pub SAddOnMargin: TThostFtdcMoneyType,
pub CommodityGroupID: TThostFtdcCommodityGroupIDType,
}Fields§
§TradingDay: TThostFtdcDateType§ExchangeID: TThostFtdcExchangeIDType§InstrumentID: TThostFtdcInstrumentIDType§InstrumentClass: TThostFtdcInstrumentClassType§StdInstrumentID: TThostFtdcInstrumentIDType§BSpecRatio: TThostFtdcRatioType§SSpecRatio: TThostFtdcRatioType§BHedgeRatio: TThostFtdcRatioType§SHedgeRatio: TThostFtdcRatioType§BAddOnMargin: TThostFtdcMoneyType§SAddOnMargin: TThostFtdcMoneyType§CommodityGroupID: TThostFtdcCommodityGroupIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcRULEInstrParameterField
impl Clone for CThostFtdcRULEInstrParameterField
Source§fn clone(&self) -> CThostFtdcRULEInstrParameterField
fn clone(&self) -> CThostFtdcRULEInstrParameterField
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 CThostFtdcRULEInstrParameterField
Auto Trait Implementations§
impl Freeze for CThostFtdcRULEInstrParameterField
impl RefUnwindSafe for CThostFtdcRULEInstrParameterField
impl Send for CThostFtdcRULEInstrParameterField
impl Sync for CThostFtdcRULEInstrParameterField
impl Unpin for CThostFtdcRULEInstrParameterField
impl UnwindSafe for CThostFtdcRULEInstrParameterField
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