#[repr(C)]pub struct CThostFtdcOptionInstrDeltaField {
pub InstrumentID: TThostFtdcInstrumentIDType,
pub InvestorRange: TThostFtdcInvestorRangeType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub Delta: TThostFtdcRatioType,
}
Expand description
期权合约delta值
Fields§
§InstrumentID: TThostFtdcInstrumentIDType
合约代码
InvestorRange: TThostFtdcInvestorRangeType
投资者范围
BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InvestorID: TThostFtdcInvestorIDType
投资者代码
Delta: TThostFtdcRatioType
Delta值
Trait Implementations§
Source§impl Default for CThostFtdcOptionInstrDeltaField
impl Default for CThostFtdcOptionInstrDeltaField
Source§fn default() -> CThostFtdcOptionInstrDeltaField
fn default() -> CThostFtdcOptionInstrDeltaField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcOptionInstrDeltaField
Auto Trait Implementations§
impl Freeze for CThostFtdcOptionInstrDeltaField
impl RefUnwindSafe for CThostFtdcOptionInstrDeltaField
impl Send for CThostFtdcOptionInstrDeltaField
impl Sync for CThostFtdcOptionInstrDeltaField
impl Unpin for CThostFtdcOptionInstrDeltaField
impl UnwindSafe for CThostFtdcOptionInstrDeltaField
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