#[repr(C)]pub struct ExchangeExecOrderActionField {Show 21 fields
pub is_null: bool,
pub ExchangeID: String,
pub ExecOrderSysID: String,
pub ActionFlag: u8,
pub ActionDate: String,
pub ActionTime: String,
pub TraderID: String,
pub InstallID: i32,
pub ExecOrderLocalID: String,
pub ActionLocalID: String,
pub ParticipantID: String,
pub ClientID: String,
pub BusinessUnit: String,
pub OrderActionStatus: u8,
pub UserID: String,
pub ActionType: u8,
pub BranchID: String,
pub MacAddress: String,
pub Volume: i32,
pub IPAddress: String,
pub ExchangeInstID: String,
}
Fields§
§is_null: bool
§ExchangeID: String
§ExecOrderSysID: String
§ActionFlag: u8
§ActionDate: String
§ActionTime: String
§TraderID: String
§InstallID: i32
§ExecOrderLocalID: String
§ActionLocalID: String
§ParticipantID: String
§ClientID: String
§BusinessUnit: String
§OrderActionStatus: u8
§UserID: String
§ActionType: u8
§BranchID: String
§MacAddress: String
§Volume: i32
§IPAddress: String
§ExchangeInstID: String
Trait Implementations§
Source§impl Clone for ExchangeExecOrderActionField
impl Clone for ExchangeExecOrderActionField
Source§impl Debug for ExchangeExecOrderActionField
impl Debug for ExchangeExecOrderActionField
Auto Trait Implementations§
impl Freeze for ExchangeExecOrderActionField
impl RefUnwindSafe for ExchangeExecOrderActionField
impl Send for ExchangeExecOrderActionField
impl Sync for ExchangeExecOrderActionField
impl Unpin for ExchangeExecOrderActionField
impl UnwindSafe for ExchangeExecOrderActionField
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