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