#[repr(C)]pub struct CThostFtdcEWarrantOffsetField {
pub TradingDay: TThostFtdcTradeDateType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub Direction: TThostFtdcDirectionType,
pub HedgeFlag: TThostFtdcHedgeFlagType,
pub Volume: TThostFtdcVolumeType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
}Fields§
§TradingDay: TThostFtdcTradeDateType§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§ExchangeID: TThostFtdcExchangeIDType§reserve1: TThostFtdcOldInstrumentIDType§Direction: TThostFtdcDirectionType§HedgeFlag: TThostFtdcHedgeFlagType§Volume: TThostFtdcVolumeType§InvestUnitID: TThostFtdcInvestUnitIDType§InstrumentID: TThostFtdcInstrumentIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcEWarrantOffsetField
impl Clone for CThostFtdcEWarrantOffsetField
Source§fn clone(&self) -> CThostFtdcEWarrantOffsetField
fn clone(&self) -> CThostFtdcEWarrantOffsetField
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 CThostFtdcEWarrantOffsetField
Auto Trait Implementations§
impl Freeze for CThostFtdcEWarrantOffsetField
impl RefUnwindSafe for CThostFtdcEWarrantOffsetField
impl Send for CThostFtdcEWarrantOffsetField
impl Sync for CThostFtdcEWarrantOffsetField
impl Unpin for CThostFtdcEWarrantOffsetField
impl UnwindSafe for CThostFtdcEWarrantOffsetField
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