#[repr(C)]pub struct CThostFtdcOptionInstrDeltaField {
pub reserve1: TThostFtdcOldInstrumentIDType,
pub InvestorRange: TThostFtdcInvestorRangeType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub Delta: TThostFtdcRatioType,
pub InstrumentID: TThostFtdcInstrumentIDType,
}Fields§
§reserve1: TThostFtdcOldInstrumentIDType§InvestorRange: TThostFtdcInvestorRangeType§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§Delta: TThostFtdcRatioType§InstrumentID: TThostFtdcInstrumentIDTypeTrait Implementations§
source§impl Clone for CThostFtdcOptionInstrDeltaField
impl Clone for CThostFtdcOptionInstrDeltaField
source§fn clone(&self) -> CThostFtdcOptionInstrDeltaField
fn clone(&self) -> CThostFtdcOptionInstrDeltaField
Returns a copy 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 CThostFtdcOptionInstrDeltaField
Auto Trait Implementations§
impl Freeze for CThostFtdcOptionInstrDeltaField
impl RefUnwindSafe for CThostFtdcOptionInstrDeltaField
impl Send for CThostFtdcOptionInstrDeltaField
impl Sync for CThostFtdcOptionInstrDeltaField
impl Unpin for CThostFtdcOptionInstrDeltaField
impl UnwindSafe for CThostFtdcOptionInstrDeltaField
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