#[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,
}Expand description
交易所报单操作失败
Fields§
§ExchangeID: TThostFtdcExchangeIDType交易所代码
OrderSysID: TThostFtdcOrderSysIDType报单编号
TraderID: TThostFtdcTraderIDType交易所交易员代码
InstallID: TThostFtdcInstallIDType安装编号
OrderLocalID: TThostFtdcOrderLocalIDType本地报单编号
ActionLocalID: TThostFtdcOrderLocalIDType操作本地编号
ErrorID: TThostFtdcErrorIDType错误代码
ErrorMsg: TThostFtdcErrorMsgType错误信息
Trait Implementations§
impl 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