#[repr(C)]pub struct QryMaxOrderVolumeWithPriceField {
pub is_null: bool,
pub BrokerID: String,
pub InvestorID: String,
pub Direction: u8,
pub OffsetFlag: u8,
pub HedgeFlag: u8,
pub MaxVolume: i32,
pub Price: f64,
pub ExchangeID: String,
pub InvestUnitID: String,
pub InstrumentID: String,
}
Fields§
§is_null: bool
§BrokerID: String
§InvestorID: String
§Direction: u8
§OffsetFlag: u8
§HedgeFlag: u8
§MaxVolume: i32
§Price: f64
§ExchangeID: String
§InvestUnitID: String
§InstrumentID: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QryMaxOrderVolumeWithPriceField
impl RefUnwindSafe for QryMaxOrderVolumeWithPriceField
impl Send for QryMaxOrderVolumeWithPriceField
impl Sync for QryMaxOrderVolumeWithPriceField
impl Unpin for QryMaxOrderVolumeWithPriceField
impl UnwindSafe for QryMaxOrderVolumeWithPriceField
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