#[repr(C)]pub struct CThostFtdcRULEInterParameterField {
pub TradingDay: TThostFtdcDateType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub SpreadId: TThostFtdcSpreadIdType,
pub InterRate: TThostFtdcRatioType,
pub Leg1ProdFamilyCode: TThostFtdcInstrumentIDType,
pub Leg2ProdFamilyCode: TThostFtdcInstrumentIDType,
pub Leg1PropFactor: TThostFtdcCommonIntType,
pub Leg2PropFactor: TThostFtdcCommonIntType,
pub CommodityGroupID: TThostFtdcCommodityGroupIDType,
pub CommodityGroupName: TThostFtdcInstrumentNameType,
}Fields§
§TradingDay: TThostFtdcDateType§ExchangeID: TThostFtdcExchangeIDType§SpreadId: TThostFtdcSpreadIdType§InterRate: TThostFtdcRatioType§Leg1ProdFamilyCode: TThostFtdcInstrumentIDType§Leg2ProdFamilyCode: TThostFtdcInstrumentIDType§Leg1PropFactor: TThostFtdcCommonIntType§Leg2PropFactor: TThostFtdcCommonIntType§CommodityGroupID: TThostFtdcCommodityGroupIDType§CommodityGroupName: TThostFtdcInstrumentNameTypeTrait Implementations§
Source§impl Clone for CThostFtdcRULEInterParameterField
impl Clone for CThostFtdcRULEInterParameterField
Source§fn clone(&self) -> CThostFtdcRULEInterParameterField
fn clone(&self) -> CThostFtdcRULEInterParameterField
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 CThostFtdcRULEInterParameterField
Auto Trait Implementations§
impl Freeze for CThostFtdcRULEInterParameterField
impl RefUnwindSafe for CThostFtdcRULEInterParameterField
impl Send for CThostFtdcRULEInterParameterField
impl Sync for CThostFtdcRULEInterParameterField
impl Unpin for CThostFtdcRULEInterParameterField
impl UnwindSafe for CThostFtdcRULEInterParameterField
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