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