Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecondaryPriceLimits ¶ added in v0.2.0
type SecondaryPriceLimits struct { //SecondaryPriceLimitType is a non-required field for SecondaryPriceLimits. SecondaryPriceLimitType *int `fix:"1305"` //SecondaryLowLimitPrice is a non-required field for SecondaryPriceLimits. SecondaryLowLimitPrice *float64 `fix:"1221"` //SecondaryHighLimitPrice is a non-required field for SecondaryPriceLimits. SecondaryHighLimitPrice *float64 `fix:"1230"` //SecondaryTradingReferencePrice is a non-required field for SecondaryPriceLimits. SecondaryTradingReferencePrice *float64 `fix:"1240"` }
SecondaryPriceLimits is a fix50sp1 Component
func New ¶
func New() *SecondaryPriceLimits
New returns an initialized SecondaryPriceLimits instance
func (*SecondaryPriceLimits) SetSecondaryHighLimitPrice ¶ added in v0.2.0
func (m *SecondaryPriceLimits) SetSecondaryHighLimitPrice(v float64)
func (*SecondaryPriceLimits) SetSecondaryLowLimitPrice ¶ added in v0.2.0
func (m *SecondaryPriceLimits) SetSecondaryLowLimitPrice(v float64)
func (*SecondaryPriceLimits) SetSecondaryPriceLimitType ¶ added in v0.2.0
func (m *SecondaryPriceLimits) SetSecondaryPriceLimitType(v int)
func (*SecondaryPriceLimits) SetSecondaryTradingReferencePrice ¶ added in v0.2.0
func (m *SecondaryPriceLimits) SetSecondaryTradingReferencePrice(v float64)
Click to show internal directories.
Click to hide internal directories.