#[repr(C)]pub struct CThostFtdcStrikeOffsetField {
pub InstrumentID: TThostFtdcInstrumentIDType,
pub InvestorRange: TThostFtdcInvestorRangeType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub Offset: TThostFtdcMoneyType,
pub OffsetType: TThostFtdcStrikeOffsetTypeType,
}Expand description
当前期权合约执行偏移值的详细内容
Fields§
§InstrumentID: TThostFtdcInstrumentIDType合约代码
InvestorRange: TThostFtdcInvestorRangeType投资者范围
BrokerID: TThostFtdcBrokerIDType经纪公司代码
InvestorID: TThostFtdcInvestorIDType投资者代码
Offset: TThostFtdcMoneyType执行偏移值
OffsetType: TThostFtdcStrikeOffsetTypeType执行偏移类型
Trait Implementations§
Source§impl Clone for CThostFtdcStrikeOffsetField
impl Clone for CThostFtdcStrikeOffsetField
Source§impl Default for CThostFtdcStrikeOffsetField
impl Default for CThostFtdcStrikeOffsetField
Source§fn default() -> CThostFtdcStrikeOffsetField
fn default() -> CThostFtdcStrikeOffsetField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcStrikeOffsetField
Auto Trait Implementations§
impl Freeze for CThostFtdcStrikeOffsetField
impl RefUnwindSafe for CThostFtdcStrikeOffsetField
impl Send for CThostFtdcStrikeOffsetField
impl Sync for CThostFtdcStrikeOffsetField
impl Unpin for CThostFtdcStrikeOffsetField
impl UnwindSafe for CThostFtdcStrikeOffsetField
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