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