#[repr(C)]pub struct CThostFtdcQueryMaxOrderVolumeWithPriceField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub Direction: TThostFtdcDirectionType,
pub OffsetFlag: TThostFtdcOffsetFlagType,
pub HedgeFlag: TThostFtdcHedgeFlagType,
pub MaxVolume: TThostFtdcVolumeType,
pub Price: TThostFtdcPriceType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
}
Expand description
根据价格查询最大报单数量
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InvestorID: TThostFtdcInvestorIDType
投资者代码
InstrumentID: TThostFtdcInstrumentIDType
合约代码
Direction: TThostFtdcDirectionType
买卖方向
OffsetFlag: TThostFtdcOffsetFlagType
开平标志
HedgeFlag: TThostFtdcHedgeFlagType
投机套保标志
MaxVolume: TThostFtdcVolumeType
最大允许报单数量
Price: TThostFtdcPriceType
报单价格
ExchangeID: TThostFtdcExchangeIDType
交易所代码
InvestUnitID: TThostFtdcInvestUnitIDType
投资单元代码
Trait Implementations§
Source§impl Default for CThostFtdcQueryMaxOrderVolumeWithPriceField
impl Default for CThostFtdcQueryMaxOrderVolumeWithPriceField
Source§fn default() -> CThostFtdcQueryMaxOrderVolumeWithPriceField
fn default() -> CThostFtdcQueryMaxOrderVolumeWithPriceField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcQueryMaxOrderVolumeWithPriceField
Auto Trait Implementations§
impl Freeze for CThostFtdcQueryMaxOrderVolumeWithPriceField
impl RefUnwindSafe for CThostFtdcQueryMaxOrderVolumeWithPriceField
impl Send for CThostFtdcQueryMaxOrderVolumeWithPriceField
impl Sync for CThostFtdcQueryMaxOrderVolumeWithPriceField
impl Unpin for CThostFtdcQueryMaxOrderVolumeWithPriceField
impl UnwindSafe for CThostFtdcQueryMaxOrderVolumeWithPriceField
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