#[repr(C)]pub struct SyncDeltaSPMMModelParamField {
pub is_null: bool,
pub ExchangeID: String,
pub SPMMModelID: String,
pub CommodityGroupID: String,
pub IntraCommodityRate: f64,
pub InterCommodityRate: f64,
pub OptionDiscountRate: f64,
pub MiniMarginRatio: f64,
pub ActionDirection: u8,
pub SyncDeltaSequenceNo: i32,
}Expand description
风险结算追平SPMM模板参数设置
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
ExchangeID: String交易所代码
SPMMModelID: StringSPMM模板ID
CommodityGroupID: String商品群代码
IntraCommodityRate: f64SPMM品种内跨期优惠系数
InterCommodityRate: f64SPMM品种间优惠系数
OptionDiscountRate: f64SPMM期权优惠系数
MiniMarginRatio: f64商品群最小保证金比例
ActionDirection: u8操作标志
SyncDeltaSequenceNo: i32追平序号
Trait Implementations§
Source§impl Clone for SyncDeltaSPMMModelParamField
impl Clone for SyncDeltaSPMMModelParamField
Source§impl Debug for SyncDeltaSPMMModelParamField
impl Debug for SyncDeltaSPMMModelParamField
Auto Trait Implementations§
impl Freeze for SyncDeltaSPMMModelParamField
impl RefUnwindSafe for SyncDeltaSPMMModelParamField
impl Send for SyncDeltaSPMMModelParamField
impl Sync for SyncDeltaSPMMModelParamField
impl Unpin for SyncDeltaSPMMModelParamField
impl UnsafeUnpin for SyncDeltaSPMMModelParamField
impl UnwindSafe for SyncDeltaSPMMModelParamField
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