#[repr(C)]pub struct CThostFtdcSyncingInstrumentMarginRateField {
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 CThostFtdcSyncingInstrumentMarginRateField
impl Clone for CThostFtdcSyncingInstrumentMarginRateField
Source§fn clone(&self) -> CThostFtdcSyncingInstrumentMarginRateField
fn clone(&self) -> CThostFtdcSyncingInstrumentMarginRateField
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 CThostFtdcSyncingInstrumentMarginRateField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncingInstrumentMarginRateField
impl RefUnwindSafe for CThostFtdcSyncingInstrumentMarginRateField
impl Send for CThostFtdcSyncingInstrumentMarginRateField
impl Sync for CThostFtdcSyncingInstrumentMarginRateField
impl Unpin for CThostFtdcSyncingInstrumentMarginRateField
impl UnwindSafe for CThostFtdcSyncingInstrumentMarginRateField
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