#[repr(C)]pub struct InputQuoteField {Show 25 fields
pub broker_id: BrokerIdType,
pub investor_id: InvestorIdType,
pub instrument_id: InstrumentIdType,
pub quote_ref: OrderRefType,
pub user_id: UserIdType,
pub ask_price: f64,
pub bid_price: f64,
pub ask_volume: i32,
pub bid_volume: i32,
pub request_id: i32,
pub business_unit: BusinessUnitType,
pub ask_offset_flag: u8,
pub bid_offset_flag: u8,
pub ask_hedge_flag: u8,
pub bid_hedge_flag: u8,
pub ask_order_ref: OrderRefType,
pub bid_order_ref: OrderRefType,
pub for_quote_sys_id: OrderSysIdType,
pub exchange_id: ExchangeIdType,
pub invest_unit_id: InvestUnitIdType,
pub account_id: AccountIdType,
pub currency_id: CurrencyIdType,
pub client_id: ClientIdType,
pub ip_address: [u8; 16],
pub mac_address: [u8; 21],
}
Fields§
§broker_id: BrokerIdType
§investor_id: InvestorIdType
§instrument_id: InstrumentIdType
§quote_ref: OrderRefType
§user_id: UserIdType
§ask_price: f64
§bid_price: f64
§ask_volume: i32
§bid_volume: i32
§request_id: i32
§business_unit: BusinessUnitType
§ask_offset_flag: u8
§bid_offset_flag: u8
§ask_hedge_flag: u8
§bid_hedge_flag: u8
§ask_order_ref: OrderRefType
§bid_order_ref: OrderRefType
§for_quote_sys_id: OrderSysIdType
§exchange_id: ExchangeIdType
§invest_unit_id: InvestUnitIdType
§account_id: AccountIdType
§currency_id: CurrencyIdType
§client_id: ClientIdType
§ip_address: [u8; 16]
§mac_address: [u8; 21]
Implementations§
Trait Implementations§
Source§impl Clone for InputQuoteField
impl Clone for InputQuoteField
Source§fn clone(&self) -> InputQuoteField
fn clone(&self) -> InputQuoteField
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 InputQuoteField
impl Debug for InputQuoteField
Auto Trait Implementations§
impl Freeze for InputQuoteField
impl RefUnwindSafe for InputQuoteField
impl Send for InputQuoteField
impl Sync for InputQuoteField
impl Unpin for InputQuoteField
impl UnwindSafe for InputQuoteField
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