#[repr(C)]pub struct OptionInstrDeltaField {
pub is_null: bool,
pub InvestorRange: u8,
pub BrokerID: String,
pub InvestorID: String,
pub Delta: f64,
pub InstrumentID: String,
}Expand description
期权合约delta值
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
InvestorRange: u8投资者范围
BrokerID: String经纪公司代码
InvestorID: String投资者代码
Delta: f64Delta值
InstrumentID: String合约代码
Trait 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 UnsafeUnpin 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