#[repr(C)]pub struct CThostFtdcSyncDeltaSPMMModelParamField {
pub ExchangeID: TThostFtdcExchangeIDType,
pub SPMMModelID: TThostFtdcSPMMModelIDType,
pub CommodityGroupID: TThostFtdcSPMMProductIDType,
pub IntraCommodityRate: TThostFtdcSPMMDiscountRatioType,
pub InterCommodityRate: TThostFtdcSPMMDiscountRatioType,
pub OptionDiscountRate: TThostFtdcSPMMDiscountRatioType,
pub MiniMarginRatio: TThostFtdcSPMMDiscountRatioType,
pub ActionDirection: TThostFtdcActionDirectionType,
pub SyncDeltaSequenceNo: TThostFtdcSequenceNoType,
}Fields§
§ExchangeID: TThostFtdcExchangeIDType§SPMMModelID: TThostFtdcSPMMModelIDType§CommodityGroupID: TThostFtdcSPMMProductIDType§IntraCommodityRate: TThostFtdcSPMMDiscountRatioType§InterCommodityRate: TThostFtdcSPMMDiscountRatioType§OptionDiscountRate: TThostFtdcSPMMDiscountRatioType§MiniMarginRatio: TThostFtdcSPMMDiscountRatioType§ActionDirection: TThostFtdcActionDirectionType§SyncDeltaSequenceNo: TThostFtdcSequenceNoTypeTrait Implementations§
Source§impl Clone for CThostFtdcSyncDeltaSPMMModelParamField
impl Clone for CThostFtdcSyncDeltaSPMMModelParamField
Source§fn clone(&self) -> CThostFtdcSyncDeltaSPMMModelParamField
fn clone(&self) -> CThostFtdcSyncDeltaSPMMModelParamField
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 CThostFtdcSyncDeltaSPMMModelParamField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncDeltaSPMMModelParamField
impl RefUnwindSafe for CThostFtdcSyncDeltaSPMMModelParamField
impl Send for CThostFtdcSyncDeltaSPMMModelParamField
impl Sync for CThostFtdcSyncDeltaSPMMModelParamField
impl Unpin for CThostFtdcSyncDeltaSPMMModelParamField
impl UnwindSafe for CThostFtdcSyncDeltaSPMMModelParamField
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