 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LinesOfTextGrp ¶ added in v0.2.0
type LinesOfTextGrp struct {
	//NoLinesOfText is a required field for LinesOfTextGrp.
	NoLinesOfText []NoLinesOfText `fix:"33"`
}
    LinesOfTextGrp is a fix50 Component
func New ¶
func New(nolinesoftext []NoLinesOfText) *LinesOfTextGrp
New returns an initialized LinesOfTextGrp instance
func (*LinesOfTextGrp) SetNoLinesOfText ¶ added in v0.2.0
func (m *LinesOfTextGrp) SetNoLinesOfText(v []NoLinesOfText)
type NoLinesOfText ¶
type NoLinesOfText struct {
	//Text is a required field for NoLinesOfText.
	Text string `fix:"58"`
	//EncodedTextLen is a non-required field for NoLinesOfText.
	EncodedTextLen *int `fix:"354"`
	//EncodedText is a non-required field for NoLinesOfText.
	EncodedText *string `fix:"355"`
}
    NoLinesOfText is a repeating group in LinesOfTextGrp
func NewNoLinesOfText ¶ added in v0.2.0
func NewNoLinesOfText(text string) *NoLinesOfText
NewNoLinesOfText returns an initialized NoLinesOfText instance
func (*NoLinesOfText) SetEncodedText ¶ added in v0.2.0
func (m *NoLinesOfText) SetEncodedText(v string)
func (*NoLinesOfText) SetEncodedTextLen ¶ added in v0.2.0
func (m *NoLinesOfText) SetEncodedTextLen(v int)
func (*NoLinesOfText) SetText ¶ added in v0.2.0
func (m *NoLinesOfText) SetText(v string)
 Click to show internal directories. 
   Click to hide internal directories.