Struct libctp_sys::CThostFtdcQryExecOrderField
source · #[repr(C)]pub struct CThostFtdcQryExecOrderField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ExecOrderSysID: TThostFtdcExecOrderSysIDType,
pub InsertTimeStart: TThostFtdcTimeType,
pub InsertTimeEnd: TThostFtdcTimeType,
pub InstrumentID: TThostFtdcInstrumentIDType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§reserve1: TThostFtdcOldInstrumentIDType§ExchangeID: TThostFtdcExchangeIDType§ExecOrderSysID: TThostFtdcExecOrderSysIDType§InsertTimeStart: TThostFtdcTimeType§InsertTimeEnd: TThostFtdcTimeType§InstrumentID: TThostFtdcInstrumentIDTypeTrait Implementations§
source§impl Clone for CThostFtdcQryExecOrderField
impl Clone for CThostFtdcQryExecOrderField
source§fn clone(&self) -> CThostFtdcQryExecOrderField
fn clone(&self) -> CThostFtdcQryExecOrderField
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 moresource§impl Debug for CThostFtdcQryExecOrderField
impl Debug for CThostFtdcQryExecOrderField
impl Copy for CThostFtdcQryExecOrderField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryExecOrderField
impl RefUnwindSafe for CThostFtdcQryExecOrderField
impl Send for CThostFtdcQryExecOrderField
impl Sync for CThostFtdcQryExecOrderField
impl Unpin for CThostFtdcQryExecOrderField
impl UnwindSafe for CThostFtdcQryExecOrderField
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