#[repr(C)]pub struct CThostFtdcQryInstrumentOrderCommRateField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§reserve1: TThostFtdcOldInstrumentIDType§InstrumentID: TThostFtdcInstrumentIDTypeTrait Implementations§
source§impl Clone for CThostFtdcQryInstrumentOrderCommRateField
impl Clone for CThostFtdcQryInstrumentOrderCommRateField
source§fn clone(&self) -> CThostFtdcQryInstrumentOrderCommRateField
fn clone(&self) -> CThostFtdcQryInstrumentOrderCommRateField
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 CThostFtdcQryInstrumentOrderCommRateField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryInstrumentOrderCommRateField
impl RefUnwindSafe for CThostFtdcQryInstrumentOrderCommRateField
impl Send for CThostFtdcQryInstrumentOrderCommRateField
impl Sync for CThostFtdcQryInstrumentOrderCommRateField
impl Unpin for CThostFtdcQryInstrumentOrderCommRateField
impl UnwindSafe for CThostFtdcQryInstrumentOrderCommRateField
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