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