#[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