#[repr(C)]pub struct CThostFtdcQryInstrumentOrderCommRateField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
}
Expand description
报单手续费率查询
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InvestorID: TThostFtdcInvestorIDType
投资者代码
InstrumentID: TThostFtdcInstrumentIDType
合约代码
Trait Implementations§
Source§impl Default for CThostFtdcQryInstrumentOrderCommRateField
impl Default for CThostFtdcQryInstrumentOrderCommRateField
Source§fn default() -> CThostFtdcQryInstrumentOrderCommRateField
fn default() -> CThostFtdcQryInstrumentOrderCommRateField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcQryInstrumentOrderCommRateField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryInstrumentOrderCommRateField
impl RefUnwindSafe for CThostFtdcQryInstrumentOrderCommRateField
impl Send for CThostFtdcQryInstrumentOrderCommRateField
impl Sync for CThostFtdcQryInstrumentOrderCommRateField
impl Unpin for CThostFtdcQryInstrumentOrderCommRateField
impl UnwindSafe for CThostFtdcQryInstrumentOrderCommRateField
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