#[repr(C)]pub struct CThostFtdcSyncingInstrumentCommissionRateField {
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 CThostFtdcSyncingInstrumentCommissionRateField
impl Clone for CThostFtdcSyncingInstrumentCommissionRateField
source§fn clone(&self) -> CThostFtdcSyncingInstrumentCommissionRateField
fn clone(&self) -> CThostFtdcSyncingInstrumentCommissionRateField
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 CThostFtdcSyncingInstrumentCommissionRateField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncingInstrumentCommissionRateField
impl RefUnwindSafe for CThostFtdcSyncingInstrumentCommissionRateField
impl Send for CThostFtdcSyncingInstrumentCommissionRateField
impl Sync for CThostFtdcSyncingInstrumentCommissionRateField
impl Unpin for CThostFtdcSyncingInstrumentCommissionRateField
impl UnwindSafe for CThostFtdcSyncingInstrumentCommissionRateField
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