#[repr(C)]pub struct CThostFtdcSyncDeltaInvstMarginRateULField {
pub InstrumentID: TThostFtdcInstrumentIDType,
pub InvestorRange: TThostFtdcInvestorRangeType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub HedgeFlag: TThostFtdcHedgeFlagType,
pub LongMarginRatioByMoney: TThostFtdcRatioType,
pub LongMarginRatioByVolume: TThostFtdcMoneyType,
pub ShortMarginRatioByMoney: TThostFtdcRatioType,
pub ShortMarginRatioByVolume: TThostFtdcMoneyType,
pub ActionDirection: TThostFtdcActionDirectionType,
pub SyncDeltaSequenceNo: TThostFtdcSequenceNoType,
}Fields§
§InstrumentID: TThostFtdcInstrumentIDType§InvestorRange: TThostFtdcInvestorRangeType§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§HedgeFlag: TThostFtdcHedgeFlagType§LongMarginRatioByMoney: TThostFtdcRatioType§LongMarginRatioByVolume: TThostFtdcMoneyType§ShortMarginRatioByMoney: TThostFtdcRatioType§ShortMarginRatioByVolume: TThostFtdcMoneyType§ActionDirection: TThostFtdcActionDirectionType§SyncDeltaSequenceNo: TThostFtdcSequenceNoTypeTrait Implementations§
Source§impl Clone for CThostFtdcSyncDeltaInvstMarginRateULField
impl Clone for CThostFtdcSyncDeltaInvstMarginRateULField
Source§fn clone(&self) -> CThostFtdcSyncDeltaInvstMarginRateULField
fn clone(&self) -> CThostFtdcSyncDeltaInvstMarginRateULField
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 CThostFtdcSyncDeltaInvstMarginRateULField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncDeltaInvstMarginRateULField
impl RefUnwindSafe for CThostFtdcSyncDeltaInvstMarginRateULField
impl Send for CThostFtdcSyncDeltaInvstMarginRateULField
impl Sync for CThostFtdcSyncDeltaInvstMarginRateULField
impl Unpin for CThostFtdcSyncDeltaInvstMarginRateULField
impl UnsafeUnpin for CThostFtdcSyncDeltaInvstMarginRateULField
impl UnwindSafe for CThostFtdcSyncDeltaInvstMarginRateULField
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