#[repr(C)]pub struct CThostFtdcQryExchangeExecOrderField {
pub ParticipantID: TThostFtdcParticipantIDType,
pub ClientID: TThostFtdcClientIDType,
pub reserve1: TThostFtdcOldExchangeInstIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub TraderID: TThostFtdcTraderIDType,
pub ExchangeInstID: TThostFtdcExchangeInstIDType,
}Fields§
§ParticipantID: TThostFtdcParticipantIDType§ClientID: TThostFtdcClientIDType§reserve1: TThostFtdcOldExchangeInstIDType§ExchangeID: TThostFtdcExchangeIDType§TraderID: TThostFtdcTraderIDType§ExchangeInstID: TThostFtdcExchangeInstIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcQryExchangeExecOrderField
impl Clone for CThostFtdcQryExchangeExecOrderField
Source§fn clone(&self) -> CThostFtdcQryExchangeExecOrderField
fn clone(&self) -> CThostFtdcQryExchangeExecOrderField
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 CThostFtdcQryExchangeExecOrderField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryExchangeExecOrderField
impl RefUnwindSafe for CThostFtdcQryExchangeExecOrderField
impl Send for CThostFtdcQryExchangeExecOrderField
impl Sync for CThostFtdcQryExchangeExecOrderField
impl Unpin for CThostFtdcQryExchangeExecOrderField
impl UnsafeUnpin for CThostFtdcQryExchangeExecOrderField
impl UnwindSafe for CThostFtdcQryExchangeExecOrderField
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