#[repr(C)]pub struct ForQuoteField {Show 24 fields
pub is_null: bool,
pub BrokerID: String,
pub InvestorID: String,
pub ForQuoteRef: String,
pub UserID: String,
pub ForQuoteLocalID: String,
pub ExchangeID: String,
pub ParticipantID: String,
pub ClientID: String,
pub TraderID: String,
pub InstallID: i32,
pub InsertDate: String,
pub InsertTime: String,
pub ForQuoteStatus: u8,
pub FrontID: i32,
pub SessionID: i32,
pub StatusMsg: String,
pub ActiveUserID: String,
pub BrokerForQutoSeq: i32,
pub InvestUnitID: String,
pub MacAddress: String,
pub InstrumentID: String,
pub ExchangeInstID: String,
pub IPAddress: String,
}
Fields§
§is_null: bool
§BrokerID: String
§InvestorID: String
§ForQuoteRef: String
§UserID: String
§ForQuoteLocalID: String
§ExchangeID: String
§ParticipantID: String
§ClientID: String
§TraderID: String
§InstallID: i32
§InsertDate: String
§InsertTime: String
§ForQuoteStatus: u8
§FrontID: i32
§SessionID: i32
§StatusMsg: String
§ActiveUserID: String
§BrokerForQutoSeq: i32
§InvestUnitID: String
§MacAddress: String
§InstrumentID: String
§ExchangeInstID: String
§IPAddress: String
Trait Implementations§
Source§impl Clone for ForQuoteField
impl Clone for ForQuoteField
Source§impl Debug for ForQuoteField
impl Debug for ForQuoteField
Source§impl Default for ForQuoteField
impl Default for ForQuoteField
Source§impl ExternType for ForQuoteField
impl ExternType for ForQuoteField
Auto Trait Implementations§
impl Freeze for ForQuoteField
impl RefUnwindSafe for ForQuoteField
impl Send for ForQuoteField
impl Sync for ForQuoteField
impl Unpin for ForQuoteField
impl UnwindSafe for ForQuoteField
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