#[repr(C)]pub struct QryMaxOrderVolumeField {
pub broker_id: BrokerIdType,
pub investor_id: InvestorIdType,
pub instrument_id: InstrumentIdType,
pub direction: u8,
pub offset_flag: u8,
pub hedge_flag: u8,
pub max_volume: i32,
pub exchange_id: ExchangeIdType,
pub invest_unit_id: InvestUnitIdType,
}
Fields§
§broker_id: BrokerIdType
§investor_id: InvestorIdType
§instrument_id: InstrumentIdType
§direction: u8
§offset_flag: u8
§hedge_flag: u8
§max_volume: i32
§exchange_id: ExchangeIdType
§invest_unit_id: InvestUnitIdType
Implementations§
Trait Implementations§
Source§impl Clone for QryMaxOrderVolumeField
impl Clone for QryMaxOrderVolumeField
Source§fn clone(&self) -> QryMaxOrderVolumeField
fn clone(&self) -> QryMaxOrderVolumeField
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 QryMaxOrderVolumeField
impl Debug for QryMaxOrderVolumeField
Auto Trait Implementations§
impl Freeze for QryMaxOrderVolumeField
impl RefUnwindSafe for QryMaxOrderVolumeField
impl Send for QryMaxOrderVolumeField
impl Sync for QryMaxOrderVolumeField
impl Unpin for QryMaxOrderVolumeField
impl UnwindSafe for QryMaxOrderVolumeField
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