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