parties

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 3, 2016 License: Apache-1.1 Imports: 0 Imported by: 0

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"`
	//NoPartySubIDs is a non-required field for NoPartyIDs.
	NoPartySubIDs []NoPartySubIDs `fix:"802,omitempty"`
}

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) SetNoPartySubIDs added in v0.2.0

func (m *NoPartyIDs) SetNoPartySubIDs(v []NoPartySubIDs)

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)

type NoPartySubIDs

type NoPartySubIDs struct {
	//PartySubID is a non-required field for NoPartySubIDs.
	PartySubID *string `fix:"523"`
	//PartySubIDType is a non-required field for NoPartySubIDs.
	PartySubIDType *int `fix:"803"`
}

NoPartySubIDs is a repeating group in NoPartyIDs

func NewNoPartySubIDs added in v0.2.0

func NewNoPartySubIDs() *NoPartySubIDs

NewNoPartySubIDs returns an initialized NoPartySubIDs instance

func (*NoPartySubIDs) SetPartySubID added in v0.2.0

func (m *NoPartySubIDs) SetPartySubID(v string)

func (*NoPartySubIDs) SetPartySubIDType added in v0.2.0

func (m *NoPartySubIDs) SetPartySubIDType(v int)

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 fix44 Component

func New

func New() *Parties

New returns an initialized Parties instance

func (*Parties) SetNoPartyIDs added in v0.2.0

func (m *Parties) SetNoPartyIDs(v []NoPartyIDs)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL