Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoPartyRelationships ¶
type NoPartyRelationships struct { //PartyRelationship is a non-required field for NoPartyRelationships. PartyRelationship *int `fix:"1515"` }
NoPartyRelationships is a repeating group in PartyRelationships
func NewNoPartyRelationships ¶
func NewNoPartyRelationships() *NoPartyRelationships
NewNoPartyRelationships returns an initialized NoPartyRelationships instance
func (*NoPartyRelationships) SetPartyRelationship ¶
func (m *NoPartyRelationships) SetPartyRelationship(v int)
type PartyRelationships ¶
type PartyRelationships struct { //NoPartyRelationships is a non-required field for PartyRelationships. NoPartyRelationships []NoPartyRelationships `fix:"1514,omitempty"` }
PartyRelationships is a fix50sp2 Component
func (*PartyRelationships) SetNoPartyRelationships ¶
func (m *PartyRelationships) SetNoPartyRelationships(v []NoPartyRelationships)
Click to show internal directories.
Click to hide internal directories.