#[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,
}
Fields§
§is_null: bool
§ExchangeID: String
§SPMMModelID: String
§CommodityGroupID: String
§IntraCommodityRate: f64
§InterCommodityRate: f64
§OptionDiscountRate: f64
§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 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