#[repr(C)]pub struct QryTradeField {
pub broker_id: BrokerIdType,
pub investor_id: InvestorIdType,
pub instrument_id: InstrumentIdType,
pub exchange_id: ExchangeIdType,
pub trade_id: TradeIdType,
pub trade_time_start: TimeType,
pub trade_time_end: TimeType,
pub invest_unit_id: InvestUnitIdType,
}
Fields§
§broker_id: BrokerIdType
§investor_id: InvestorIdType
§instrument_id: InstrumentIdType
§exchange_id: ExchangeIdType
§trade_id: TradeIdType
§trade_time_start: TimeType
§trade_time_end: TimeType
§invest_unit_id: InvestUnitIdType
Implementations§
Trait Implementations§
Source§impl Clone for QryTradeField
impl Clone for QryTradeField
Source§fn clone(&self) -> QryTradeField
fn clone(&self) -> QryTradeField
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 moreSource§impl Debug for QryTradeField
impl Debug for QryTradeField
Auto Trait Implementations§
impl Freeze for QryTradeField
impl RefUnwindSafe for QryTradeField
impl Send for QryTradeField
impl Sync for QryTradeField
impl Unpin for QryTradeField
impl UnwindSafe for QryTradeField
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