#[repr(C)]pub struct InputForQuoteField {
pub broker_id: BrokerIdType,
pub investor_id: InvestorIdType,
pub instrument_id: InstrumentIdType,
pub for_quote_ref: OrderRefType,
pub user_id: UserIdType,
pub exchange_id: ExchangeIdType,
pub invest_unit_id: InvestUnitIdType,
pub ip_address: [u8; 16],
pub mac_address: [u8; 21],
}
Fields§
§broker_id: BrokerIdType
§investor_id: InvestorIdType
§instrument_id: InstrumentIdType
§for_quote_ref: OrderRefType
§user_id: UserIdType
§exchange_id: ExchangeIdType
§invest_unit_id: InvestUnitIdType
§ip_address: [u8; 16]
§mac_address: [u8; 21]
Implementations§
Trait Implementations§
Source§impl Clone for InputForQuoteField
impl Clone for InputForQuoteField
Source§fn clone(&self) -> InputForQuoteField
fn clone(&self) -> InputForQuoteField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for InputForQuoteField
impl Debug for InputForQuoteField
Auto Trait Implementations§
impl Freeze for InputForQuoteField
impl RefUnwindSafe for InputForQuoteField
impl Send for InputForQuoteField
impl Sync for InputForQuoteField
impl Unpin for InputForQuoteField
impl UnwindSafe for InputForQuoteField
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