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