#[repr(C)]pub struct CThostFtdcInstrumentMarginRateAdjustField {
pub reserve1: TThostFtdcOldInstrumentIDType,
pub InvestorRange: TThostFtdcInvestorRangeType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub HedgeFlag: TThostFtdcHedgeFlagType,
pub LongMarginRatioByMoney: TThostFtdcRatioType,
pub LongMarginRatioByVolume: TThostFtdcMoneyType,
pub ShortMarginRatioByMoney: TThostFtdcRatioType,
pub ShortMarginRatioByVolume: TThostFtdcMoneyType,
pub IsRelative: TThostFtdcBoolType,
pub InstrumentID: TThostFtdcInstrumentIDType,
}Fields§
§reserve1: TThostFtdcOldInstrumentIDType§InvestorRange: TThostFtdcInvestorRangeType§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§HedgeFlag: TThostFtdcHedgeFlagType§LongMarginRatioByMoney: TThostFtdcRatioType§LongMarginRatioByVolume: TThostFtdcMoneyType§ShortMarginRatioByMoney: TThostFtdcRatioType§ShortMarginRatioByVolume: TThostFtdcMoneyType§IsRelative: TThostFtdcBoolType§InstrumentID: TThostFtdcInstrumentIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcInstrumentMarginRateAdjustField
impl Clone for CThostFtdcInstrumentMarginRateAdjustField
Source§fn clone(&self) -> CThostFtdcInstrumentMarginRateAdjustField
fn clone(&self) -> CThostFtdcInstrumentMarginRateAdjustField
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 CThostFtdcInstrumentMarginRateAdjustField
Auto Trait Implementations§
impl Freeze for CThostFtdcInstrumentMarginRateAdjustField
impl RefUnwindSafe for CThostFtdcInstrumentMarginRateAdjustField
impl Send for CThostFtdcInstrumentMarginRateAdjustField
impl Sync for CThostFtdcInstrumentMarginRateAdjustField
impl Unpin for CThostFtdcInstrumentMarginRateAdjustField
impl UnwindSafe for CThostFtdcInstrumentMarginRateAdjustField
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