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