Documentation
¶
Index ¶
- type UnderlyingLegInstrument
- func (m *UnderlyingLegInstrument) SetUnderlyingLegCFICode(v string)
- func (m *UnderlyingLegInstrument) SetUnderlyingLegMaturityDate(v string)
- func (m *UnderlyingLegInstrument) SetUnderlyingLegMaturityMonthYear(v string)
- func (m *UnderlyingLegInstrument) SetUnderlyingLegMaturityTime(v string)
- func (m *UnderlyingLegInstrument) SetUnderlyingLegOptAttribute(v string)
- func (m *UnderlyingLegInstrument) SetUnderlyingLegPutOrCall(v int)
- func (m *UnderlyingLegInstrument) SetUnderlyingLegSecurityAltIDGrp(v underlyinglegsecurityaltidgrp.UnderlyingLegSecurityAltIDGrp)
- func (m *UnderlyingLegInstrument) SetUnderlyingLegSecurityDesc(v string)
- func (m *UnderlyingLegInstrument) SetUnderlyingLegSecurityExchange(v string)
- func (m *UnderlyingLegInstrument) SetUnderlyingLegSecurityID(v string)
- func (m *UnderlyingLegInstrument) SetUnderlyingLegSecurityIDSource(v string)
- func (m *UnderlyingLegInstrument) SetUnderlyingLegSecuritySubType(v string)
- func (m *UnderlyingLegInstrument) SetUnderlyingLegSecurityType(v string)
- func (m *UnderlyingLegInstrument) SetUnderlyingLegStrikePrice(v float64)
- func (m *UnderlyingLegInstrument) SetUnderlyingLegSymbol(v string)
- func (m *UnderlyingLegInstrument) SetUnderlyingLegSymbolSfx(v string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnderlyingLegInstrument ¶ added in v0.2.0
type UnderlyingLegInstrument struct {
//UnderlyingLegSymbol is a non-required field for UnderlyingLegInstrument.
UnderlyingLegSymbol *string `fix:"1330"`
//UnderlyingLegSymbolSfx is a non-required field for UnderlyingLegInstrument.
UnderlyingLegSymbolSfx *string `fix:"1331"`
//UnderlyingLegSecurityID is a non-required field for UnderlyingLegInstrument.
UnderlyingLegSecurityID *string `fix:"1332"`
//UnderlyingLegSecurityIDSource is a non-required field for UnderlyingLegInstrument.
UnderlyingLegSecurityIDSource *string `fix:"1333"`
//UnderlyingLegSecurityAltIDGrp is a non-required component for UnderlyingLegInstrument.
UnderlyingLegSecurityAltIDGrp *underlyinglegsecurityaltidgrp.UnderlyingLegSecurityAltIDGrp
//UnderlyingLegCFICode is a non-required field for UnderlyingLegInstrument.
UnderlyingLegCFICode *string `fix:"1344"`
//UnderlyingLegSecurityType is a non-required field for UnderlyingLegInstrument.
UnderlyingLegSecurityType *string `fix:"1337"`
//UnderlyingLegSecuritySubType is a non-required field for UnderlyingLegInstrument.
UnderlyingLegSecuritySubType *string `fix:"1338"`
//UnderlyingLegMaturityMonthYear is a non-required field for UnderlyingLegInstrument.
UnderlyingLegMaturityMonthYear *string `fix:"1339"`
//UnderlyingLegMaturityDate is a non-required field for UnderlyingLegInstrument.
UnderlyingLegMaturityDate *string `fix:"1345"`
//UnderlyingLegMaturityTime is a non-required field for UnderlyingLegInstrument.
UnderlyingLegMaturityTime *string `fix:"1405"`
//UnderlyingLegStrikePrice is a non-required field for UnderlyingLegInstrument.
UnderlyingLegStrikePrice *float64 `fix:"1340"`
//UnderlyingLegOptAttribute is a non-required field for UnderlyingLegInstrument.
UnderlyingLegOptAttribute *string `fix:"1391"`
//UnderlyingLegPutOrCall is a non-required field for UnderlyingLegInstrument.
UnderlyingLegPutOrCall *int `fix:"1343"`
//UnderlyingLegSecurityExchange is a non-required field for UnderlyingLegInstrument.
UnderlyingLegSecurityExchange *string `fix:"1341"`
//UnderlyingLegSecurityDesc is a non-required field for UnderlyingLegInstrument.
UnderlyingLegSecurityDesc *string `fix:"1392"`
}
UnderlyingLegInstrument is a fix50sp2 Component
func New ¶
func New() *UnderlyingLegInstrument
New returns an initialized UnderlyingLegInstrument instance
func (*UnderlyingLegInstrument) SetUnderlyingLegCFICode ¶ added in v0.2.0
func (m *UnderlyingLegInstrument) SetUnderlyingLegCFICode(v string)
func (*UnderlyingLegInstrument) SetUnderlyingLegMaturityDate ¶ added in v0.2.0
func (m *UnderlyingLegInstrument) SetUnderlyingLegMaturityDate(v string)
func (*UnderlyingLegInstrument) SetUnderlyingLegMaturityMonthYear ¶ added in v0.2.0
func (m *UnderlyingLegInstrument) SetUnderlyingLegMaturityMonthYear(v string)
func (*UnderlyingLegInstrument) SetUnderlyingLegMaturityTime ¶ added in v0.2.0
func (m *UnderlyingLegInstrument) SetUnderlyingLegMaturityTime(v string)
func (*UnderlyingLegInstrument) SetUnderlyingLegOptAttribute ¶ added in v0.2.0
func (m *UnderlyingLegInstrument) SetUnderlyingLegOptAttribute(v string)
func (*UnderlyingLegInstrument) SetUnderlyingLegPutOrCall ¶ added in v0.2.0
func (m *UnderlyingLegInstrument) SetUnderlyingLegPutOrCall(v int)
func (*UnderlyingLegInstrument) SetUnderlyingLegSecurityAltIDGrp ¶ added in v0.2.0
func (m *UnderlyingLegInstrument) SetUnderlyingLegSecurityAltIDGrp(v underlyinglegsecurityaltidgrp.UnderlyingLegSecurityAltIDGrp)
func (*UnderlyingLegInstrument) SetUnderlyingLegSecurityDesc ¶ added in v0.2.0
func (m *UnderlyingLegInstrument) SetUnderlyingLegSecurityDesc(v string)
func (*UnderlyingLegInstrument) SetUnderlyingLegSecurityExchange ¶ added in v0.2.0
func (m *UnderlyingLegInstrument) SetUnderlyingLegSecurityExchange(v string)
func (*UnderlyingLegInstrument) SetUnderlyingLegSecurityID ¶ added in v0.2.0
func (m *UnderlyingLegInstrument) SetUnderlyingLegSecurityID(v string)
func (*UnderlyingLegInstrument) SetUnderlyingLegSecurityIDSource ¶ added in v0.2.0
func (m *UnderlyingLegInstrument) SetUnderlyingLegSecurityIDSource(v string)
func (*UnderlyingLegInstrument) SetUnderlyingLegSecuritySubType ¶ added in v0.2.0
func (m *UnderlyingLegInstrument) SetUnderlyingLegSecuritySubType(v string)
func (*UnderlyingLegInstrument) SetUnderlyingLegSecurityType ¶ added in v0.2.0
func (m *UnderlyingLegInstrument) SetUnderlyingLegSecurityType(v string)
func (*UnderlyingLegInstrument) SetUnderlyingLegStrikePrice ¶ added in v0.2.0
func (m *UnderlyingLegInstrument) SetUnderlyingLegStrikePrice(v float64)
func (*UnderlyingLegInstrument) SetUnderlyingLegSymbol ¶ added in v0.2.0
func (m *UnderlyingLegInstrument) SetUnderlyingLegSymbol(v string)
func (*UnderlyingLegInstrument) SetUnderlyingLegSymbolSfx ¶ added in v0.2.0
func (m *UnderlyingLegInstrument) SetUnderlyingLegSymbolSfx(v string)
Click to show internal directories.
Click to hide internal directories.