Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct { //NoRelationshipRiskLimits is a non-required field for RelationshipRiskLimits. NoRelationshipRiskLimits []NoRelationshipRiskLimits `fix:"1582,omitempty"` }
Component is a fix50sp2 RelationshipRiskLimits Component
type NoRelationshipRiskLimits ¶
type NoRelationshipRiskLimits struct { //RelationshipRiskLimitType is a non-required field for NoRelationshipRiskLimits. RelationshipRiskLimitType *int `fix:"1583"` //RelationshipRiskLimitAmount is a non-required field for NoRelationshipRiskLimits. RelationshipRiskLimitAmount *float64 `fix:"1584"` //RelationshipRiskLimitCurrency is a non-required field for NoRelationshipRiskLimits. RelationshipRiskLimitCurrency *string `fix:"1585"` //RelationshipRiskLimitPlatform is a non-required field for NoRelationshipRiskLimits. RelationshipRiskLimitPlatform *string `fix:"1586"` //RelationshipRiskInstrumentScope Component RelationshipRiskInstrumentScope relationshipriskinstrumentscope.Component //RelationshipRiskWarningLevels Component RelationshipRiskWarningLevels relationshipriskwarninglevels.Component }
NoRelationshipRiskLimits is a repeating group in RelationshipRiskLimits
Click to show internal directories.
Click to hide internal directories.