#[repr(C)]pub struct CThostFtdcQryOptionSelfCloseField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub OptionSelfCloseSysID: TThostFtdcOrderSysIDType,
pub InsertTimeStart: TThostFtdcTimeType,
pub InsertTimeEnd: TThostFtdcTimeType,
pub InstrumentID: TThostFtdcInstrumentIDType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§reserve1: TThostFtdcOldInstrumentIDType§ExchangeID: TThostFtdcExchangeIDType§OptionSelfCloseSysID: TThostFtdcOrderSysIDType§InsertTimeStart: TThostFtdcTimeType§InsertTimeEnd: TThostFtdcTimeType§InstrumentID: TThostFtdcInstrumentIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcQryOptionSelfCloseField
impl Clone for CThostFtdcQryOptionSelfCloseField
Source§fn clone(&self) -> CThostFtdcQryOptionSelfCloseField
fn clone(&self) -> CThostFtdcQryOptionSelfCloseField
Returns a duplicate 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 CThostFtdcQryOptionSelfCloseField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryOptionSelfCloseField
impl RefUnwindSafe for CThostFtdcQryOptionSelfCloseField
impl Send for CThostFtdcQryOptionSelfCloseField
impl Sync for CThostFtdcQryOptionSelfCloseField
impl Unpin for CThostFtdcQryOptionSelfCloseField
impl UnwindSafe for CThostFtdcQryOptionSelfCloseField
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