#[repr(C)]pub struct SyncDeltaRCAMSCombRuleDtlField {Show 15 fields
pub is_null: bool,
pub TradingDay: String,
pub ExchangeID: String,
pub ProdGroup: Vec<u8>,
pub RuleId: Vec<u8>,
pub Priority: i32,
pub HedgeFlag: u8,
pub CombMargin: f64,
pub ExchangeInstID: String,
pub LegID: i32,
pub LegInstrumentID: String,
pub Direction: u8,
pub LegMultiple: i32,
pub ActionDirection: u8,
pub SyncDeltaSequenceNo: i32,
}Fields§
§is_null: bool§TradingDay: String§ExchangeID: String§ProdGroup: Vec<u8>§RuleId: Vec<u8>§Priority: i32§HedgeFlag: u8§CombMargin: f64§ExchangeInstID: String§LegID: i32§LegInstrumentID: String§Direction: u8§LegMultiple: i32§ActionDirection: u8§SyncDeltaSequenceNo: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyncDeltaRCAMSCombRuleDtlField
impl RefUnwindSafe for SyncDeltaRCAMSCombRuleDtlField
impl Send for SyncDeltaRCAMSCombRuleDtlField
impl Sync for SyncDeltaRCAMSCombRuleDtlField
impl Unpin for SyncDeltaRCAMSCombRuleDtlField
impl UnwindSafe for SyncDeltaRCAMSCombRuleDtlField
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