#[repr(C)]pub struct CThostFtdcExchangeOrderInsertErrorField {
pub ExchangeID: TThostFtdcExchangeIDType,
pub ParticipantID: TThostFtdcParticipantIDType,
pub TraderID: TThostFtdcTraderIDType,
pub InstallID: TThostFtdcInstallIDType,
pub OrderLocalID: TThostFtdcOrderLocalIDType,
pub ErrorID: TThostFtdcErrorIDType,
pub ErrorMsg: TThostFtdcErrorMsgType,
}Fields§
§ExchangeID: TThostFtdcExchangeIDType§ParticipantID: TThostFtdcParticipantIDType§TraderID: TThostFtdcTraderIDType§InstallID: TThostFtdcInstallIDType§OrderLocalID: TThostFtdcOrderLocalIDType§ErrorID: TThostFtdcErrorIDType§ErrorMsg: TThostFtdcErrorMsgTypeTrait Implementations§
source§impl Clone for CThostFtdcExchangeOrderInsertErrorField
impl Clone for CThostFtdcExchangeOrderInsertErrorField
source§fn clone(&self) -> CThostFtdcExchangeOrderInsertErrorField
fn clone(&self) -> CThostFtdcExchangeOrderInsertErrorField
Returns a copy 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 CThostFtdcExchangeOrderInsertErrorField
Auto Trait Implementations§
impl Freeze for CThostFtdcExchangeOrderInsertErrorField
impl RefUnwindSafe for CThostFtdcExchangeOrderInsertErrorField
impl Send for CThostFtdcExchangeOrderInsertErrorField
impl Sync for CThostFtdcExchangeOrderInsertErrorField
impl Unpin for CThostFtdcExchangeOrderInsertErrorField
impl UnwindSafe for CThostFtdcExchangeOrderInsertErrorField
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