#[repr(C)]pub struct CThostFtdcMMOptionInstrCommRateField {Show 13 fields
pub reserve1: TThostFtdcOldInstrumentIDType,
pub InvestorRange: TThostFtdcInvestorRangeType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub OpenRatioByMoney: TThostFtdcRatioType,
pub OpenRatioByVolume: TThostFtdcRatioType,
pub CloseRatioByMoney: TThostFtdcRatioType,
pub CloseRatioByVolume: TThostFtdcRatioType,
pub CloseTodayRatioByMoney: TThostFtdcRatioType,
pub CloseTodayRatioByVolume: TThostFtdcRatioType,
pub StrikeRatioByMoney: TThostFtdcRatioType,
pub StrikeRatioByVolume: TThostFtdcRatioType,
pub InstrumentID: TThostFtdcInstrumentIDType,
}Fields§
§reserve1: TThostFtdcOldInstrumentIDType§InvestorRange: TThostFtdcInvestorRangeType§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§OpenRatioByMoney: TThostFtdcRatioType§OpenRatioByVolume: TThostFtdcRatioType§CloseRatioByMoney: TThostFtdcRatioType§CloseRatioByVolume: TThostFtdcRatioType§CloseTodayRatioByMoney: TThostFtdcRatioType§CloseTodayRatioByVolume: TThostFtdcRatioType§StrikeRatioByMoney: TThostFtdcRatioType§StrikeRatioByVolume: TThostFtdcRatioType§InstrumentID: TThostFtdcInstrumentIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcMMOptionInstrCommRateField
impl Clone for CThostFtdcMMOptionInstrCommRateField
Source§fn clone(&self) -> CThostFtdcMMOptionInstrCommRateField
fn clone(&self) -> CThostFtdcMMOptionInstrCommRateField
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 CThostFtdcMMOptionInstrCommRateField
Auto Trait Implementations§
impl Freeze for CThostFtdcMMOptionInstrCommRateField
impl RefUnwindSafe for CThostFtdcMMOptionInstrCommRateField
impl Send for CThostFtdcMMOptionInstrCommRateField
impl Sync for CThostFtdcMMOptionInstrCommRateField
impl Unpin for CThostFtdcMMOptionInstrCommRateField
impl UnwindSafe for CThostFtdcMMOptionInstrCommRateField
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