#[repr(C)]pub struct SyncDeltaDceCombInstrumentField {
pub is_null: bool,
pub CombInstrumentID: String,
pub ExchangeID: String,
pub ExchangeInstID: String,
pub TradeGroupID: i32,
pub CombHedgeFlag: u8,
pub CombinationType: u8,
pub Direction: u8,
pub ProductID: String,
pub Xparameter: f64,
pub ActionDirection: u8,
pub SyncDeltaSequenceNo: i32,
}
Fields§
§is_null: bool
§CombInstrumentID: String
§ExchangeID: String
§ExchangeInstID: String
§TradeGroupID: i32
§CombHedgeFlag: u8
§CombinationType: u8
§Direction: u8
§ProductID: String
§Xparameter: f64
§ActionDirection: u8
§SyncDeltaSequenceNo: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyncDeltaDceCombInstrumentField
impl RefUnwindSafe for SyncDeltaDceCombInstrumentField
impl Send for SyncDeltaDceCombInstrumentField
impl Sync for SyncDeltaDceCombInstrumentField
impl Unpin for SyncDeltaDceCombInstrumentField
impl UnwindSafe for SyncDeltaDceCombInstrumentField
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