#[repr(C)]pub struct SyncDeltaRULEInterParameterField {Show 13 fields
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,
pub ActionDirection: u8,
pub SyncDeltaSequenceNo: i32,
}
Fields§
§is_null: bool
§TradingDay: String
§ExchangeID: String
§SpreadId: i32
§InterRate: f64
§Leg1ProdFamilyCode: String
§Leg2ProdFamilyCode: String
§Leg1PropFactor: i32
§Leg2PropFactor: i32
§CommodityGroupID: i32
§CommodityGroupName: String
§ActionDirection: u8
§SyncDeltaSequenceNo: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyncDeltaRULEInterParameterField
impl RefUnwindSafe for SyncDeltaRULEInterParameterField
impl Send for SyncDeltaRULEInterParameterField
impl Sync for SyncDeltaRULEInterParameterField
impl Unpin for SyncDeltaRULEInterParameterField
impl UnwindSafe for SyncDeltaRULEInterParameterField
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