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