#[repr(C)]pub struct CThostFtdcSyncDeltaOptExchMarginField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub SShortMarginRatioByMoney: TThostFtdcRatioType,
pub SShortMarginRatioByVolume: TThostFtdcMoneyType,
pub HShortMarginRatioByMoney: TThostFtdcRatioType,
pub HShortMarginRatioByVolume: TThostFtdcMoneyType,
pub AShortMarginRatioByMoney: TThostFtdcRatioType,
pub AShortMarginRatioByVolume: TThostFtdcMoneyType,
pub MShortMarginRatioByMoney: TThostFtdcRatioType,
pub MShortMarginRatioByVolume: TThostFtdcMoneyType,
pub ActionDirection: TThostFtdcActionDirectionType,
pub SyncDeltaSequenceNo: TThostFtdcSequenceNoType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InstrumentID: TThostFtdcInstrumentIDType§SShortMarginRatioByMoney: TThostFtdcRatioType§SShortMarginRatioByVolume: TThostFtdcMoneyType§HShortMarginRatioByMoney: TThostFtdcRatioType§HShortMarginRatioByVolume: TThostFtdcMoneyType§AShortMarginRatioByMoney: TThostFtdcRatioType§AShortMarginRatioByVolume: TThostFtdcMoneyType§MShortMarginRatioByMoney: TThostFtdcRatioType§MShortMarginRatioByVolume: TThostFtdcMoneyType§ActionDirection: TThostFtdcActionDirectionType§SyncDeltaSequenceNo: TThostFtdcSequenceNoTypeTrait Implementations§
Source§impl Clone for CThostFtdcSyncDeltaOptExchMarginField
impl Clone for CThostFtdcSyncDeltaOptExchMarginField
Source§fn clone(&self) -> CThostFtdcSyncDeltaOptExchMarginField
fn clone(&self) -> CThostFtdcSyncDeltaOptExchMarginField
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 CThostFtdcSyncDeltaOptExchMarginField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncDeltaOptExchMarginField
impl RefUnwindSafe for CThostFtdcSyncDeltaOptExchMarginField
impl Send for CThostFtdcSyncDeltaOptExchMarginField
impl Sync for CThostFtdcSyncDeltaOptExchMarginField
impl Unpin for CThostFtdcSyncDeltaOptExchMarginField
impl UnwindSafe for CThostFtdcSyncDeltaOptExchMarginField
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