#[repr(C)]pub struct CThostFtdcOptionInstrMarginAdjustField {Show 14 fields
pub reserve1: TThostFtdcOldInstrumentIDType,
pub InvestorRange: TThostFtdcInvestorRangeType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub SShortMarginRatioByMoney: TThostFtdcRatioType,
pub SShortMarginRatioByVolume: TThostFtdcMoneyType,
pub HShortMarginRatioByMoney: TThostFtdcRatioType,
pub HShortMarginRatioByVolume: TThostFtdcMoneyType,
pub AShortMarginRatioByMoney: TThostFtdcRatioType,
pub AShortMarginRatioByVolume: TThostFtdcMoneyType,
pub IsRelative: TThostFtdcBoolType,
pub MShortMarginRatioByMoney: TThostFtdcRatioType,
pub MShortMarginRatioByVolume: TThostFtdcMoneyType,
pub InstrumentID: TThostFtdcInstrumentIDType,
}Fields§
§reserve1: TThostFtdcOldInstrumentIDType§InvestorRange: TThostFtdcInvestorRangeType§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§SShortMarginRatioByMoney: TThostFtdcRatioType§SShortMarginRatioByVolume: TThostFtdcMoneyType§HShortMarginRatioByMoney: TThostFtdcRatioType§HShortMarginRatioByVolume: TThostFtdcMoneyType§AShortMarginRatioByMoney: TThostFtdcRatioType§AShortMarginRatioByVolume: TThostFtdcMoneyType§IsRelative: TThostFtdcBoolType§MShortMarginRatioByMoney: TThostFtdcRatioType§MShortMarginRatioByVolume: TThostFtdcMoneyType§InstrumentID: TThostFtdcInstrumentIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcOptionInstrMarginAdjustField
impl Clone for CThostFtdcOptionInstrMarginAdjustField
Source§fn clone(&self) -> CThostFtdcOptionInstrMarginAdjustField
fn clone(&self) -> CThostFtdcOptionInstrMarginAdjustField
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 CThostFtdcOptionInstrMarginAdjustField
Auto Trait Implementations§
impl Freeze for CThostFtdcOptionInstrMarginAdjustField
impl RefUnwindSafe for CThostFtdcOptionInstrMarginAdjustField
impl Send for CThostFtdcOptionInstrMarginAdjustField
impl Sync for CThostFtdcOptionInstrMarginAdjustField
impl Unpin for CThostFtdcOptionInstrMarginAdjustField
impl UnwindSafe for CThostFtdcOptionInstrMarginAdjustField
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