#[repr(C)]pub struct InputOrderActionField {Show 17 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 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
§invest_unit_id: InvestUnitIdType
§ip_address: IPAddressType
§mac_address: MacAddressType
Implementations§
Trait Implementations§
Source§impl Clone for InputOrderActionField
impl Clone for InputOrderActionField
Source§fn clone(&self) -> InputOrderActionField
fn clone(&self) -> InputOrderActionField
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 InputOrderActionField
impl Debug for InputOrderActionField
Auto Trait Implementations§
impl Freeze for InputOrderActionField
impl RefUnwindSafe for InputOrderActionField
impl Send for InputOrderActionField
impl Sync for InputOrderActionField
impl Unpin for InputOrderActionField
impl UnwindSafe for InputOrderActionField
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