#[repr(C)]pub struct ErrExecOrderActionField {Show 18 fields
pub is_null: bool,
pub BrokerID: String,
pub InvestorID: String,
pub ExecOrderActionRef: i32,
pub ExecOrderRef: String,
pub RequestID: i32,
pub FrontID: i32,
pub SessionID: i32,
pub ExchangeID: String,
pub ExecOrderSysID: String,
pub ActionFlag: u8,
pub UserID: String,
pub InvestUnitID: String,
pub MacAddress: String,
pub ErrorID: i32,
pub ErrorMsg: String,
pub InstrumentID: String,
pub IPAddress: String,
}
Fields§
§is_null: bool
§BrokerID: String
§InvestorID: String
§ExecOrderActionRef: i32
§ExecOrderRef: String
§RequestID: i32
§FrontID: i32
§SessionID: i32
§ExchangeID: String
§ExecOrderSysID: String
§ActionFlag: u8
§UserID: String
§InvestUnitID: String
§MacAddress: String
§ErrorID: i32
§ErrorMsg: String
§InstrumentID: String
§IPAddress: String
Trait Implementations§
Source§impl Clone for ErrExecOrderActionField
impl Clone for ErrExecOrderActionField
Source§impl Debug for ErrExecOrderActionField
impl Debug for ErrExecOrderActionField
Source§impl Default for ErrExecOrderActionField
impl Default for ErrExecOrderActionField
Source§impl ExternType for ErrExecOrderActionField
impl ExternType for ErrExecOrderActionField
Auto Trait Implementations§
impl Freeze for ErrExecOrderActionField
impl RefUnwindSafe for ErrExecOrderActionField
impl Send for ErrExecOrderActionField
impl Sync for ErrExecOrderActionField
impl Unpin for ErrExecOrderActionField
impl UnwindSafe for ErrExecOrderActionField
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