#[repr(C)]pub struct CThostFtdcInstrumentOrderCommRateField {
pub reserve1: TThostFtdcOldInstrumentIDType,
pub InvestorRange: TThostFtdcInvestorRangeType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub HedgeFlag: TThostFtdcHedgeFlagType,
pub OrderCommByVolume: TThostFtdcRatioType,
pub OrderActionCommByVolume: TThostFtdcRatioType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub OrderCommByTrade: TThostFtdcRatioType,
pub OrderActionCommByTrade: TThostFtdcRatioType,
}Fields§
§reserve1: TThostFtdcOldInstrumentIDType§InvestorRange: TThostFtdcInvestorRangeType§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§HedgeFlag: TThostFtdcHedgeFlagType§OrderCommByVolume: TThostFtdcRatioType§OrderActionCommByVolume: TThostFtdcRatioType§ExchangeID: TThostFtdcExchangeIDType§InvestUnitID: TThostFtdcInvestUnitIDType§InstrumentID: TThostFtdcInstrumentIDType§OrderCommByTrade: TThostFtdcRatioType§OrderActionCommByTrade: TThostFtdcRatioTypeTrait Implementations§
Source§impl Clone for CThostFtdcInstrumentOrderCommRateField
impl Clone for CThostFtdcInstrumentOrderCommRateField
Source§fn clone(&self) -> CThostFtdcInstrumentOrderCommRateField
fn clone(&self) -> CThostFtdcInstrumentOrderCommRateField
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 CThostFtdcInstrumentOrderCommRateField
Auto Trait Implementations§
impl Freeze for CThostFtdcInstrumentOrderCommRateField
impl RefUnwindSafe for CThostFtdcInstrumentOrderCommRateField
impl Send for CThostFtdcInstrumentOrderCommRateField
impl Sync for CThostFtdcInstrumentOrderCommRateField
impl Unpin for CThostFtdcInstrumentOrderCommRateField
impl UnwindSafe for CThostFtdcInstrumentOrderCommRateField
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