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