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