Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component 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"` }
Component is a fix50sp2 SecondaryPriceLimits Component
Click to show internal directories.
Click to hide internal directories.