#[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