Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoPartyIDs ¶
type NoPartyIDs struct {
//PartyID is a non-required field for NoPartyIDs.
PartyID *string `fix:"448"`
//PartyIDSource is a non-required field for NoPartyIDs.
PartyIDSource *string `fix:"447"`
//PartyRole is a non-required field for NoPartyIDs.
PartyRole *int `fix:"452"`
//PartySubID is a non-required field for NoPartyIDs.
PartySubID *string `fix:"523"`
}
NoPartyIDs is a repeating group in Parties
func NewNoPartyIDs ¶ added in v0.2.0
func NewNoPartyIDs() *NoPartyIDs
NewNoPartyIDs returns an initialized NoPartyIDs instance
func (*NoPartyIDs) SetPartyID ¶ added in v0.2.0
func (m *NoPartyIDs) SetPartyID(v string)
func (*NoPartyIDs) SetPartyIDSource ¶ added in v0.2.0
func (m *NoPartyIDs) SetPartyIDSource(v string)
func (*NoPartyIDs) SetPartyRole ¶ added in v0.2.0
func (m *NoPartyIDs) SetPartyRole(v int)
func (*NoPartyIDs) SetPartySubID ¶ added in v0.2.0
func (m *NoPartyIDs) SetPartySubID(v string)
type Parties ¶ added in v0.2.0
type Parties struct {
//NoPartyIDs is a non-required field for Parties.
NoPartyIDs []NoPartyIDs `fix:"453,omitempty"`
}
Parties is a fix43 Component
func (*Parties) SetNoPartyIDs ¶ added in v0.2.0
func (m *Parties) SetNoPartyIDs(v []NoPartyIDs)
Click to show internal directories.
Click to hide internal directories.