#[repr(C)]pub struct RULEInterParameterField {
pub is_null: bool,
pub TradingDay: String,
pub ExchangeID: String,
pub SpreadId: i32,
pub InterRate: f64,
pub Leg1ProdFamilyCode: String,
pub Leg2ProdFamilyCode: String,
pub Leg1PropFactor: i32,
pub Leg2PropFactor: i32,
pub CommodityGroupID: i32,
pub CommodityGroupName: String,
}
Fields§
§is_null: bool
§TradingDay: String
§ExchangeID: String
§SpreadId: i32
§InterRate: f64
§Leg1ProdFamilyCode: String
§Leg2ProdFamilyCode: String
§Leg1PropFactor: i32
§Leg2PropFactor: i32
§CommodityGroupID: i32
§CommodityGroupName: String
Trait Implementations§
Source§impl Clone for RULEInterParameterField
impl Clone for RULEInterParameterField
Source§impl Debug for RULEInterParameterField
impl Debug for RULEInterParameterField
Source§impl Default for RULEInterParameterField
impl Default for RULEInterParameterField
Source§impl ExternType for RULEInterParameterField
impl ExternType for RULEInterParameterField
Auto Trait Implementations§
impl Freeze for RULEInterParameterField
impl RefUnwindSafe for RULEInterParameterField
impl Send for RULEInterParameterField
impl Sync for RULEInterParameterField
impl Unpin for RULEInterParameterField
impl UnwindSafe for RULEInterParameterField
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