#[repr(C)]pub struct CThostFtdcSyncDeltaInvstMarginRateField {
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 IsRelative: TThostFtdcBoolType,
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§IsRelative: TThostFtdcBoolType§ActionDirection: TThostFtdcActionDirectionType§SyncDeltaSequenceNo: TThostFtdcSequenceNoTypeTrait Implementations§
Source§impl Clone for CThostFtdcSyncDeltaInvstMarginRateField
impl Clone for CThostFtdcSyncDeltaInvstMarginRateField
Source§fn clone(&self) -> CThostFtdcSyncDeltaInvstMarginRateField
fn clone(&self) -> CThostFtdcSyncDeltaInvstMarginRateField
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 CThostFtdcSyncDeltaInvstMarginRateField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncDeltaInvstMarginRateField
impl RefUnwindSafe for CThostFtdcSyncDeltaInvstMarginRateField
impl Send for CThostFtdcSyncDeltaInvstMarginRateField
impl Sync for CThostFtdcSyncDeltaInvstMarginRateField
impl Unpin for CThostFtdcSyncDeltaInvstMarginRateField
impl UnwindSafe for CThostFtdcSyncDeltaInvstMarginRateField
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