#[repr(C)]pub struct CThostFtdcQryTradeField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub TradeID: TThostFtdcTradeIDType,
pub TradeTimeStart: TThostFtdcTimeType,
pub TradeTimeEnd: TThostFtdcTimeType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§reserve1: TThostFtdcOldInstrumentIDType§ExchangeID: TThostFtdcExchangeIDType§TradeID: TThostFtdcTradeIDType§TradeTimeStart: TThostFtdcTimeType§TradeTimeEnd: TThostFtdcTimeType§InvestUnitID: TThostFtdcInvestUnitIDType§InstrumentID: TThostFtdcInstrumentIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcQryTradeField
impl Clone for CThostFtdcQryTradeField
Source§fn clone(&self) -> CThostFtdcQryTradeField
fn clone(&self) -> CThostFtdcQryTradeField
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 CThostFtdcQryTradeField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryTradeField
impl RefUnwindSafe for CThostFtdcQryTradeField
impl Send for CThostFtdcQryTradeField
impl Sync for CThostFtdcQryTradeField
impl Unpin for CThostFtdcQryTradeField
impl UnsafeUnpin for CThostFtdcQryTradeField
impl UnwindSafe for CThostFtdcQryTradeField
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