#[repr(C)]pub struct OrderActionField {Show 29 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 action_date: DateType,
pub action_time: TimeType,
pub trader_id: TraderIdType,
pub install_id: InstallIdType,
pub order_local_id: OrderLocalIdType,
pub action_local_id: OrderLocalIdType,
pub participant_id: ParticipantIdType,
pub client_id: ClientIdType,
pub business_unit: BusinessUnitType,
pub order_action_status: OrderActionStatusType,
pub user_id: UserIdType,
pub status_msg: ErrorMsgType,
pub instrument_id: InstrumentIdType,
pub branch_id: BranchIdType,
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
§action_date: DateType
§action_time: TimeType
§trader_id: TraderIdType
§install_id: InstallIdType
§order_local_id: OrderLocalIdType
§action_local_id: OrderLocalIdType
§participant_id: ParticipantIdType
§client_id: ClientIdType
§business_unit: BusinessUnitType
§order_action_status: OrderActionStatusType
§user_id: UserIdType
§status_msg: ErrorMsgType
§instrument_id: InstrumentIdType
§branch_id: BranchIdType
§invest_unit_id: InvestUnitIdType
§ip_address: IPAddressType
§mac_address: MacAddressType
Trait Implementations§
Source§impl Clone for OrderActionField
impl Clone for OrderActionField
Source§fn clone(&self) -> OrderActionField
fn clone(&self) -> OrderActionField
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 OrderActionField
impl Debug for OrderActionField
Auto Trait Implementations§
impl Freeze for OrderActionField
impl RefUnwindSafe for OrderActionField
impl Send for OrderActionField
impl Sync for OrderActionField
impl Unpin for OrderActionField
impl UnwindSafe for OrderActionField
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