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