linesoftextgrp

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

type LinesOfTextGrp struct {
	//NoLinesOfText is a required field for LinesOfTextGrp.
	NoLinesOfText []NoLinesOfText `fix:"33"`
}

LinesOfTextGrp is a fix50sp1 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)

Jump to

Keyboard shortcuts

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