#[repr(C)]pub struct ExchangeOrderActionField {Show 20 fields
pub is_null: bool,
pub ExchangeID: String,
pub OrderSysID: String,
pub ActionFlag: u8,
pub LimitPrice: f64,
pub VolumeChange: i32,
pub ActionDate: String,
pub ActionTime: String,
pub TraderID: String,
pub InstallID: i32,
pub OrderLocalID: String,
pub ActionLocalID: String,
pub ParticipantID: String,
pub ClientID: String,
pub BusinessUnit: String,
pub OrderActionStatus: u8,
pub UserID: String,
pub BranchID: String,
pub MacAddress: String,
pub IPAddress: String,
}
Fields§
§is_null: bool
§ExchangeID: String
§OrderSysID: String
§ActionFlag: u8
§LimitPrice: f64
§VolumeChange: i32
§ActionDate: String
§ActionTime: String
§TraderID: String
§InstallID: i32
§OrderLocalID: String
§ActionLocalID: String
§ParticipantID: String
§ClientID: String
§BusinessUnit: String
§OrderActionStatus: u8
§UserID: String
§BranchID: String
§MacAddress: String
§IPAddress: String
Trait Implementations§
Source§impl Clone for ExchangeOrderActionField
impl Clone for ExchangeOrderActionField
Source§impl Debug for ExchangeOrderActionField
impl Debug for ExchangeOrderActionField
Source§impl Default for ExchangeOrderActionField
impl Default for ExchangeOrderActionField
Auto Trait Implementations§
impl Freeze for ExchangeOrderActionField
impl RefUnwindSafe for ExchangeOrderActionField
impl Send for ExchangeOrderActionField
impl Sync for ExchangeOrderActionField
impl Unpin for ExchangeOrderActionField
impl UnwindSafe for ExchangeOrderActionField
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