#[repr(C)]pub struct InputExecOrderField {Show 21 fields
pub broker_id: BrokerIdType,
pub investor_id: InvestorIdType,
pub instrument_id: InstrumentIdType,
pub exec_order_ref: OrderRefType,
pub user_id: UserIdType,
pub volume: i32,
pub request_id: i32,
pub business_unit: BusinessUnitType,
pub offset_flag: u8,
pub hedge_flag: u8,
pub action_type: u8,
pub posidir: u8,
pub reserve_position_flag: u8,
pub close_flag: u8,
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
§exec_order_ref: OrderRefType
§user_id: UserIdType
§volume: i32
§request_id: i32
§business_unit: BusinessUnitType
§offset_flag: u8
§hedge_flag: u8
§action_type: u8
§posidir: u8
§reserve_position_flag: u8
§close_flag: u8
§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 InputExecOrderField
impl Clone for InputExecOrderField
Source§fn clone(&self) -> InputExecOrderField
fn clone(&self) -> InputExecOrderField
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 InputExecOrderField
impl Debug for InputExecOrderField
Auto Trait Implementations§
impl Freeze for InputExecOrderField
impl RefUnwindSafe for InputExecOrderField
impl Send for InputExecOrderField
impl Sync for InputExecOrderField
impl Unpin for InputExecOrderField
impl UnwindSafe for InputExecOrderField
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