#[repr(C)]pub struct InputExecOrderActionField {Show 15 fields
pub broker_id: BrokerIdType,
pub investor_id: InvestorIdType,
pub exec_order_action_ref: OrderRefType,
pub exec_order_ref: OrderRefType,
pub request_id: i32,
pub front_id: i32,
pub session_id: i32,
pub exchange_id: ExchangeIdType,
pub exec_order_sys_id: OrderSysIdType,
pub action_flag: u8,
pub user_id: UserIdType,
pub instrument_id: InstrumentIdType,
pub invest_unit_id: InvestUnitIdType,
pub ip_address: [u8; 16],
pub mac_address: [u8; 21],
}
Fields§
§broker_id: BrokerIdType
§investor_id: InvestorIdType
§exec_order_action_ref: OrderRefType
§exec_order_ref: OrderRefType
§request_id: i32
§front_id: i32
§session_id: i32
§exchange_id: ExchangeIdType
§exec_order_sys_id: OrderSysIdType
§action_flag: u8
§user_id: UserIdType
§instrument_id: InstrumentIdType
§invest_unit_id: InvestUnitIdType
§ip_address: [u8; 16]
§mac_address: [u8; 21]
Implementations§
Trait Implementations§
Source§impl Clone for InputExecOrderActionField
impl Clone for InputExecOrderActionField
Source§fn clone(&self) -> InputExecOrderActionField
fn clone(&self) -> InputExecOrderActionField
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 InputExecOrderActionField
impl Debug for InputExecOrderActionField
Auto Trait Implementations§
impl Freeze for InputExecOrderActionField
impl RefUnwindSafe for InputExecOrderActionField
impl Send for InputExecOrderActionField
impl Sync for InputExecOrderActionField
impl Unpin for InputExecOrderActionField
impl UnwindSafe for InputExecOrderActionField
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