#[repr(C)]pub struct ExchangeOrderInsertErrorField {
pub is_null: bool,
pub ExchangeID: String,
pub ParticipantID: String,
pub TraderID: String,
pub InstallID: i32,
pub OrderLocalID: String,
pub ErrorID: i32,
pub ErrorMsg: String,
}Expand description
交易所报单插入失败
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
ExchangeID: String交易所代码
ParticipantID: String会员代码
TraderID: String交易所交易员代码
InstallID: i32安装编号
OrderLocalID: String本地报单编号
ErrorID: i32错误代码
ErrorMsg: String错误信息
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExchangeOrderInsertErrorField
impl RefUnwindSafe for ExchangeOrderInsertErrorField
impl Send for ExchangeOrderInsertErrorField
impl Sync for ExchangeOrderInsertErrorField
impl Unpin for ExchangeOrderInsertErrorField
impl UnsafeUnpin for ExchangeOrderInsertErrorField
impl UnwindSafe for ExchangeOrderInsertErrorField
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