#[repr(C)]pub struct RULEIntraParameterField {
pub is_null: bool,
pub TradingDay: String,
pub ExchangeID: String,
pub ProdFamilyCode: String,
pub StdInstrumentID: String,
pub StdInstrMargin: f64,
pub UsualIntraRate: f64,
pub DeliveryIntraRate: f64,
}
Fields§
§is_null: bool
§TradingDay: String
§ExchangeID: String
§ProdFamilyCode: String
§StdInstrumentID: String
§StdInstrMargin: f64
§UsualIntraRate: f64
§DeliveryIntraRate: f64
Trait Implementations§
Source§impl Clone for RULEIntraParameterField
impl Clone for RULEIntraParameterField
Source§impl Debug for RULEIntraParameterField
impl Debug for RULEIntraParameterField
Source§impl Default for RULEIntraParameterField
impl Default for RULEIntraParameterField
Source§impl ExternType for RULEIntraParameterField
impl ExternType for RULEIntraParameterField
Auto Trait Implementations§
impl Freeze for RULEIntraParameterField
impl RefUnwindSafe for RULEIntraParameterField
impl Send for RULEIntraParameterField
impl Sync for RULEIntraParameterField
impl Unpin for RULEIntraParameterField
impl UnwindSafe for RULEIntraParameterField
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