public class LinesOfTextGrpBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
LinesOfTextGrpBlock.LinesOfTextGroup |
Constructor and Description |
---|
LinesOfTextGrpBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Collection<LinesOfTextGrpBlock.LinesOfTextGroup> |
getLinesOfTextGroup() |
int |
getNoLinesOfText() |
void |
setLinesOfTextGroup(Collection<LinesOfTextGrpBlock.LinesOfTextGroup> value) |
void |
setNoLinesOfText(int value) |
void |
toFIX(FIXFieldList l) |
public int getNoLinesOfText()
public void setNoLinesOfText(int value)
public Collection<LinesOfTextGrpBlock.LinesOfTextGroup> getLinesOfTextGroup()
public void setLinesOfTextGroup(Collection<LinesOfTextGrpBlock.LinesOfTextGroup> value)
public void toFIX(FIXFieldList l)
toFIX
in interface com.epam.fix.model.Block
public void fromFIX(FIXFieldList l)
fromFIX
in interface com.epam.fix.model.Block
Copyright © 2000–2022 EPAM Systems. All rights reserved.