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