#[repr(C)]pub struct ParkedOrderField {Show 35 fields
pub broker_id: BrokerIdType,
pub investor_id: InvestorIdType,
pub instrument_id: InstrumentIdType,
pub order_ref: OrderRefType,
pub user_id: UserIdType,
pub order_price_type: u8,
pub direction: u8,
pub comb_offset_flag: [u8; 5],
pub comb_hedge_flag: [u8; 5],
pub limit_price: PriceType,
pub volume_total_original: VolumeType,
pub time_condition: u8,
pub gtd_date: [u8; 9],
pub volume_condition: u8,
pub min_volume: VolumeType,
pub contingent_condition: u8,
pub stop_price: PriceType,
pub force_close_reason: u8,
pub is_auto_suspend: i32,
pub business_unit: [u8; 21],
pub request_id: RequestIdType,
pub user_force_close: i32,
pub exchange_id: ExchangeIdType,
pub parked_order_id: [u8; 13],
pub user_type: u8,
pub status: u8,
pub error_id: i32,
pub error_msg: [u8; 81],
pub is_swap_order: i32,
pub invest_unit_id: InvestUnitIdType,
pub account_id: AccountIdType,
pub currency_id: CurrencyIdType,
pub client_id: [u8; 11],
pub ip_address: IPAddressType,
pub mac_address: MacAddressType,
}
Fields§
§broker_id: BrokerIdType
§investor_id: InvestorIdType
§instrument_id: InstrumentIdType
§order_ref: OrderRefType
§user_id: UserIdType
§order_price_type: u8
§direction: u8
§comb_offset_flag: [u8; 5]
§comb_hedge_flag: [u8; 5]
§limit_price: PriceType
§volume_total_original: VolumeType
§time_condition: u8
§gtd_date: [u8; 9]
§volume_condition: u8
§min_volume: VolumeType
§contingent_condition: u8
§stop_price: PriceType
§force_close_reason: u8
§is_auto_suspend: i32
§business_unit: [u8; 21]
§request_id: RequestIdType
§user_force_close: i32
§exchange_id: ExchangeIdType
§parked_order_id: [u8; 13]
§user_type: u8
§status: u8
§error_id: i32
§error_msg: [u8; 81]
§is_swap_order: i32
§invest_unit_id: InvestUnitIdType
§account_id: AccountIdType
§currency_id: CurrencyIdType
§client_id: [u8; 11]
§ip_address: IPAddressType
§mac_address: MacAddressType
Implementations§
Trait Implementations§
Source§impl Clone for ParkedOrderField
impl Clone for ParkedOrderField
Source§fn clone(&self) -> ParkedOrderField
fn clone(&self) -> ParkedOrderField
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 ParkedOrderField
impl Debug for ParkedOrderField
Auto Trait Implementations§
impl Freeze for ParkedOrderField
impl RefUnwindSafe for ParkedOrderField
impl Send for ParkedOrderField
impl Sync for ParkedOrderField
impl Unpin for ParkedOrderField
impl UnwindSafe for ParkedOrderField
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