#[repr(C)]pub struct CThostFtdcQryOptionInstrTradeCostField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub HedgeFlag: TThostFtdcHedgeFlagType,
pub InputPrice: TThostFtdcPriceType,
pub UnderlyingPrice: TThostFtdcPriceType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§reserve1: TThostFtdcOldInstrumentIDType§HedgeFlag: TThostFtdcHedgeFlagType§InputPrice: TThostFtdcPriceType§UnderlyingPrice: TThostFtdcPriceType§ExchangeID: TThostFtdcExchangeIDType§InvestUnitID: TThostFtdcInvestUnitIDType§InstrumentID: TThostFtdcInstrumentIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcQryOptionInstrTradeCostField
impl Clone for CThostFtdcQryOptionInstrTradeCostField
Source§fn clone(&self) -> CThostFtdcQryOptionInstrTradeCostField
fn clone(&self) -> CThostFtdcQryOptionInstrTradeCostField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcQryOptionInstrTradeCostField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryOptionInstrTradeCostField
impl RefUnwindSafe for CThostFtdcQryOptionInstrTradeCostField
impl Send for CThostFtdcQryOptionInstrTradeCostField
impl Sync for CThostFtdcQryOptionInstrTradeCostField
impl Unpin for CThostFtdcQryOptionInstrTradeCostField
impl UnwindSafe for CThostFtdcQryOptionInstrTradeCostField
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