#[repr(C)]pub struct CThostFtdcQryMaxOrderVolumeWithPriceField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub Direction: TThostFtdcDirectionType,
pub OffsetFlag: TThostFtdcOffsetFlagType,
pub HedgeFlag: TThostFtdcHedgeFlagType,
pub MaxVolume: TThostFtdcVolumeType,
pub Price: TThostFtdcPriceType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§reserve1: TThostFtdcOldInstrumentIDType§Direction: TThostFtdcDirectionType§OffsetFlag: TThostFtdcOffsetFlagType§HedgeFlag: TThostFtdcHedgeFlagType§MaxVolume: TThostFtdcVolumeType§Price: TThostFtdcPriceType§ExchangeID: TThostFtdcExchangeIDType§InvestUnitID: TThostFtdcInvestUnitIDType§InstrumentID: TThostFtdcInstrumentIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcQryMaxOrderVolumeWithPriceField
impl Clone for CThostFtdcQryMaxOrderVolumeWithPriceField
Source§fn clone(&self) -> CThostFtdcQryMaxOrderVolumeWithPriceField
fn clone(&self) -> CThostFtdcQryMaxOrderVolumeWithPriceField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcQryMaxOrderVolumeWithPriceField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryMaxOrderVolumeWithPriceField
impl RefUnwindSafe for CThostFtdcQryMaxOrderVolumeWithPriceField
impl Send for CThostFtdcQryMaxOrderVolumeWithPriceField
impl Sync for CThostFtdcQryMaxOrderVolumeWithPriceField
impl Unpin for CThostFtdcQryMaxOrderVolumeWithPriceField
impl UnsafeUnpin for CThostFtdcQryMaxOrderVolumeWithPriceField
impl UnwindSafe for CThostFtdcQryMaxOrderVolumeWithPriceField
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