#[repr(C)]pub struct SyncDeltaIndexPriceField {
pub is_null: bool,
pub BrokerID: String,
pub InstrumentID: String,
pub ClosePrice: f64,
pub ActionDirection: u8,
pub SyncDeltaSequenceNo: i32,
}
Fields§
§is_null: bool
§BrokerID: String
§InstrumentID: String
§ClosePrice: f64
§ActionDirection: u8
§SyncDeltaSequenceNo: i32
Trait Implementations§
Source§impl Clone for SyncDeltaIndexPriceField
impl Clone for SyncDeltaIndexPriceField
Source§impl Debug for SyncDeltaIndexPriceField
impl Debug for SyncDeltaIndexPriceField
Source§impl Default for SyncDeltaIndexPriceField
impl Default for SyncDeltaIndexPriceField
Auto Trait Implementations§
impl Freeze for SyncDeltaIndexPriceField
impl RefUnwindSafe for SyncDeltaIndexPriceField
impl Send for SyncDeltaIndexPriceField
impl Sync for SyncDeltaIndexPriceField
impl Unpin for SyncDeltaIndexPriceField
impl UnwindSafe for SyncDeltaIndexPriceField
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