#[repr(C)]pub struct RULEInstrParameterField {Show 13 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,
}
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
Trait Implementations§
Source§impl Clone for RULEInstrParameterField
impl Clone for RULEInstrParameterField
Source§impl Debug for RULEInstrParameterField
impl Debug for RULEInstrParameterField
Source§impl Default for RULEInstrParameterField
impl Default for RULEInstrParameterField
Source§impl ExternType for RULEInstrParameterField
impl ExternType for RULEInstrParameterField
Auto Trait Implementations§
impl Freeze for RULEInstrParameterField
impl RefUnwindSafe for RULEInstrParameterField
impl Send for RULEInstrParameterField
impl Sync for RULEInstrParameterField
impl Unpin for RULEInstrParameterField
impl UnwindSafe for RULEInstrParameterField
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