#[repr(C)]pub struct CThostFtdcCombPromotionParamField {
pub ExchangeID: TThostFtdcExchangeIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub CombHedgeFlag: TThostFtdcCombHedgeFlagType,
pub Xparameter: TThostFtdcDiscountRatioType,
}Fields§
§ExchangeID: TThostFtdcExchangeIDType§InstrumentID: TThostFtdcInstrumentIDType§CombHedgeFlag: TThostFtdcCombHedgeFlagType§Xparameter: TThostFtdcDiscountRatioTypeTrait Implementations§
source§impl Clone for CThostFtdcCombPromotionParamField
impl Clone for CThostFtdcCombPromotionParamField
source§fn clone(&self) -> CThostFtdcCombPromotionParamField
fn clone(&self) -> CThostFtdcCombPromotionParamField
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 CThostFtdcCombPromotionParamField
Auto Trait Implementations§
impl Freeze for CThostFtdcCombPromotionParamField
impl RefUnwindSafe for CThostFtdcCombPromotionParamField
impl Send for CThostFtdcCombPromotionParamField
impl Sync for CThostFtdcCombPromotionParamField
impl Unpin for CThostFtdcCombPromotionParamField
impl UnwindSafe for CThostFtdcCombPromotionParamField
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