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