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