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