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