#[repr(C)]pub struct ParkedOrderActionField {Show 22 fields
pub broker_id: BrokerIdType,
pub investor_id: InvestorIdType,
pub order_action_ref: OrderActionRefType,
pub order_ref: OrderRefType,
pub request_id: RequestIdType,
pub front_id: FrontIdType,
pub session_id: SessionIdType,
pub exchange_id: ExchangeIdType,
pub order_sys_id: OrderSysIdType,
pub action_flag: ActionFlagType,
pub limit_price: PriceType,
pub volume_change: VolumeType,
pub user_id: UserIdType,
pub instrument_id: InstrumentIdType,
pub parked_order_action_id: [u8; 13],
pub user_type: u8,
pub status: u8,
pub error_id: i32,
pub error_msg: [u8; 81],
pub invest_unit_id: InvestUnitIdType,
pub ip_address: IPAddressType,
pub mac_address: MacAddressType,
}
Fields§
§broker_id: BrokerIdType
§investor_id: InvestorIdType
§order_action_ref: OrderActionRefType
§order_ref: OrderRefType
§request_id: RequestIdType
§front_id: FrontIdType
§session_id: SessionIdType
§exchange_id: ExchangeIdType
§order_sys_id: OrderSysIdType
§action_flag: ActionFlagType
§limit_price: PriceType
§volume_change: VolumeType
§user_id: UserIdType
§instrument_id: InstrumentIdType
§parked_order_action_id: [u8; 13]
§user_type: u8
§status: u8
§error_id: i32
§error_msg: [u8; 81]
§invest_unit_id: InvestUnitIdType
§ip_address: IPAddressType
§mac_address: MacAddressType
Implementations§
Trait Implementations§
Source§impl Clone for ParkedOrderActionField
impl Clone for ParkedOrderActionField
Source§fn clone(&self) -> ParkedOrderActionField
fn clone(&self) -> ParkedOrderActionField
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 ParkedOrderActionField
impl Debug for ParkedOrderActionField
Auto Trait Implementations§
impl Freeze for ParkedOrderActionField
impl RefUnwindSafe for ParkedOrderActionField
impl Send for ParkedOrderActionField
impl Sync for ParkedOrderActionField
impl Unpin for ParkedOrderActionField
impl UnwindSafe for ParkedOrderActionField
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