#[repr(C)]pub struct CThostFtdcStrikeOffsetField {
pub reserve1: TThostFtdcOldInstrumentIDType,
pub InvestorRange: TThostFtdcInvestorRangeType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub Offset: TThostFtdcMoneyType,
pub OffsetType: TThostFtdcStrikeOffsetTypeType,
pub InstrumentID: TThostFtdcInstrumentIDType,
}Fields§
§reserve1: TThostFtdcOldInstrumentIDType§InvestorRange: TThostFtdcInvestorRangeType§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§Offset: TThostFtdcMoneyType§OffsetType: TThostFtdcStrikeOffsetTypeType§InstrumentID: TThostFtdcInstrumentIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcStrikeOffsetField
impl Clone for CThostFtdcStrikeOffsetField
Source§fn clone(&self) -> CThostFtdcStrikeOffsetField
fn clone(&self) -> CThostFtdcStrikeOffsetField
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 moreSource§impl Debug for CThostFtdcStrikeOffsetField
impl Debug for CThostFtdcStrikeOffsetField
impl Copy for CThostFtdcStrikeOffsetField
Auto Trait Implementations§
impl Freeze for CThostFtdcStrikeOffsetField
impl RefUnwindSafe for CThostFtdcStrikeOffsetField
impl Send for CThostFtdcStrikeOffsetField
impl Sync for CThostFtdcStrikeOffsetField
impl Unpin for CThostFtdcStrikeOffsetField
impl UnwindSafe for CThostFtdcStrikeOffsetField
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