#[repr(C)]pub struct SyncDeltaOptExchMarginField {Show 13 fields
pub is_null: bool,
pub BrokerID: String,
pub InstrumentID: String,
pub SShortMarginRatioByMoney: f64,
pub SShortMarginRatioByVolume: f64,
pub HShortMarginRatioByMoney: f64,
pub HShortMarginRatioByVolume: f64,
pub AShortMarginRatioByMoney: f64,
pub AShortMarginRatioByVolume: f64,
pub MShortMarginRatioByMoney: f64,
pub MShortMarginRatioByVolume: f64,
pub ActionDirection: u8,
pub SyncDeltaSequenceNo: i32,
}
Fields§
§is_null: bool
§BrokerID: String
§InstrumentID: String
§SShortMarginRatioByMoney: f64
§SShortMarginRatioByVolume: f64
§HShortMarginRatioByMoney: f64
§HShortMarginRatioByVolume: f64
§AShortMarginRatioByMoney: f64
§AShortMarginRatioByVolume: f64
§MShortMarginRatioByMoney: f64
§MShortMarginRatioByVolume: f64
§ActionDirection: u8
§SyncDeltaSequenceNo: i32
Trait Implementations§
Source§impl Clone for SyncDeltaOptExchMarginField
impl Clone for SyncDeltaOptExchMarginField
Source§impl Debug for SyncDeltaOptExchMarginField
impl Debug for SyncDeltaOptExchMarginField
Auto Trait Implementations§
impl Freeze for SyncDeltaOptExchMarginField
impl RefUnwindSafe for SyncDeltaOptExchMarginField
impl Send for SyncDeltaOptExchMarginField
impl Sync for SyncDeltaOptExchMarginField
impl Unpin for SyncDeltaOptExchMarginField
impl UnwindSafe for SyncDeltaOptExchMarginField
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