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