#[repr(C)]pub struct CThostFtdcQryExecOrderField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ExecOrderSysID: TThostFtdcExecOrderSysIDType,
pub InsertTimeStart: TThostFtdcTimeType,
pub InsertTimeEnd: TThostFtdcTimeType,
}
Expand description
执行宣告查询
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InvestorID: TThostFtdcInvestorIDType
投资者代码
InstrumentID: TThostFtdcInstrumentIDType
合约代码
ExchangeID: TThostFtdcExchangeIDType
交易所代码
ExecOrderSysID: TThostFtdcExecOrderSysIDType
执行宣告编号
InsertTimeStart: TThostFtdcTimeType
开始时间
InsertTimeEnd: TThostFtdcTimeType
结束时间
Trait Implementations§
Source§impl Clone for CThostFtdcQryExecOrderField
impl Clone for CThostFtdcQryExecOrderField
Source§impl Default for CThostFtdcQryExecOrderField
impl Default for CThostFtdcQryExecOrderField
Source§fn default() -> CThostFtdcQryExecOrderField
fn default() -> CThostFtdcQryExecOrderField
Returns the “default value” for a type. Read more
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