Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoPartyListResponseTypes ¶
type NoPartyListResponseTypes struct { //PartyListResponseType is a required field for NoPartyListResponseTypes. PartyListResponseType int `fix:"1507"` }
NoPartyListResponseTypes is a repeating group in PartyListResponseTypeGrp
func NewNoPartyListResponseTypes ¶ added in v0.2.0
func NewNoPartyListResponseTypes(partylistresponsetype int) *NoPartyListResponseTypes
NewNoPartyListResponseTypes returns an initialized NoPartyListResponseTypes instance
func (*NoPartyListResponseTypes) SetPartyListResponseType ¶ added in v0.2.0
func (m *NoPartyListResponseTypes) SetPartyListResponseType(v int)
type PartyListResponseTypeGrp ¶ added in v0.2.0
type PartyListResponseTypeGrp struct { //NoPartyListResponseTypes is a required field for PartyListResponseTypeGrp. NoPartyListResponseTypes []NoPartyListResponseTypes `fix:"1506"` }
PartyListResponseTypeGrp is a fix50sp2 Component
func New ¶
func New(nopartylistresponsetypes []NoPartyListResponseTypes) *PartyListResponseTypeGrp
New returns an initialized PartyListResponseTypeGrp instance
func (*PartyListResponseTypeGrp) SetNoPartyListResponseTypes ¶ added in v0.2.0
func (m *PartyListResponseTypeGrp) SetNoPartyListResponseTypes(v []NoPartyListResponseTypes)
Click to show internal directories.
Click to hide internal directories.