#[repr(C)]pub struct SyncDeltaRULEInstrParameterField {Show 15 fields
pub is_null: bool,
pub TradingDay: String,
pub ExchangeID: String,
pub InstrumentID: String,
pub InstrumentClass: u8,
pub StdInstrumentID: String,
pub BSpecRatio: f64,
pub SSpecRatio: f64,
pub BHedgeRatio: f64,
pub SHedgeRatio: f64,
pub BAddOnMargin: f64,
pub SAddOnMargin: f64,
pub CommodityGroupID: i32,
pub ActionDirection: u8,
pub SyncDeltaSequenceNo: i32,
}
Fields§
§is_null: bool
§TradingDay: String
§ExchangeID: String
§InstrumentID: String
§InstrumentClass: u8
§StdInstrumentID: String
§BSpecRatio: f64
§SSpecRatio: f64
§BHedgeRatio: f64
§SHedgeRatio: f64
§BAddOnMargin: f64
§SAddOnMargin: f64
§CommodityGroupID: i32
§ActionDirection: u8
§SyncDeltaSequenceNo: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyncDeltaRULEInstrParameterField
impl RefUnwindSafe for SyncDeltaRULEInstrParameterField
impl Send for SyncDeltaRULEInstrParameterField
impl Sync for SyncDeltaRULEInstrParameterField
impl Unpin for SyncDeltaRULEInstrParameterField
impl UnwindSafe for SyncDeltaRULEInstrParameterField
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