#[repr(C)]pub struct CThostFtdcQryOrderField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub OrderSysID: TThostFtdcOrderSysIDType,
pub InsertTimeStart: TThostFtdcTimeType,
pub InsertTimeEnd: TThostFtdcTimeType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§reserve1: TThostFtdcOldInstrumentIDType§ExchangeID: TThostFtdcExchangeIDType§OrderSysID: TThostFtdcOrderSysIDType§InsertTimeStart: TThostFtdcTimeType§InsertTimeEnd: TThostFtdcTimeType§InvestUnitID: TThostFtdcInvestUnitIDType§InstrumentID: TThostFtdcInstrumentIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcQryOrderField
impl Clone for CThostFtdcQryOrderField
Source§fn clone(&self) -> CThostFtdcQryOrderField
fn clone(&self) -> CThostFtdcQryOrderField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcQryOrderField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryOrderField
impl RefUnwindSafe for CThostFtdcQryOrderField
impl Send for CThostFtdcQryOrderField
impl Sync for CThostFtdcQryOrderField
impl Unpin for CThostFtdcQryOrderField
impl UnsafeUnpin for CThostFtdcQryOrderField
impl UnwindSafe for CThostFtdcQryOrderField
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