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