#[repr(C)]pub struct CThostFtdcSyncDeltaOptInvstMarginField {Show 15 fields
pub InstrumentID: TThostFtdcInstrumentIDType,
pub InvestorRange: TThostFtdcInvestorRangeType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub SShortMarginRatioByMoney: TThostFtdcRatioType,
pub SShortMarginRatioByVolume: TThostFtdcMoneyType,
pub HShortMarginRatioByMoney: TThostFtdcRatioType,
pub HShortMarginRatioByVolume: TThostFtdcMoneyType,
pub AShortMarginRatioByMoney: TThostFtdcRatioType,
pub AShortMarginRatioByVolume: TThostFtdcMoneyType,
pub IsRelative: TThostFtdcBoolType,
pub MShortMarginRatioByMoney: TThostFtdcRatioType,
pub MShortMarginRatioByVolume: TThostFtdcMoneyType,
pub ActionDirection: TThostFtdcActionDirectionType,
pub SyncDeltaSequenceNo: TThostFtdcSequenceNoType,
}Fields§
§InstrumentID: TThostFtdcInstrumentIDType§InvestorRange: TThostFtdcInvestorRangeType§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§SShortMarginRatioByMoney: TThostFtdcRatioType§SShortMarginRatioByVolume: TThostFtdcMoneyType§HShortMarginRatioByMoney: TThostFtdcRatioType§HShortMarginRatioByVolume: TThostFtdcMoneyType§AShortMarginRatioByMoney: TThostFtdcRatioType§AShortMarginRatioByVolume: TThostFtdcMoneyType§IsRelative: TThostFtdcBoolType§MShortMarginRatioByMoney: TThostFtdcRatioType§MShortMarginRatioByVolume: TThostFtdcMoneyType§ActionDirection: TThostFtdcActionDirectionType§SyncDeltaSequenceNo: TThostFtdcSequenceNoTypeTrait Implementations§
Source§impl Clone for CThostFtdcSyncDeltaOptInvstMarginField
impl Clone for CThostFtdcSyncDeltaOptInvstMarginField
Source§fn clone(&self) -> CThostFtdcSyncDeltaOptInvstMarginField
fn clone(&self) -> CThostFtdcSyncDeltaOptInvstMarginField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcSyncDeltaOptInvstMarginField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncDeltaOptInvstMarginField
impl RefUnwindSafe for CThostFtdcSyncDeltaOptInvstMarginField
impl Send for CThostFtdcSyncDeltaOptInvstMarginField
impl Sync for CThostFtdcSyncDeltaOptInvstMarginField
impl Unpin for CThostFtdcSyncDeltaOptInvstMarginField
impl UnsafeUnpin for CThostFtdcSyncDeltaOptInvstMarginField
impl UnwindSafe for CThostFtdcSyncDeltaOptInvstMarginField
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