public class InstrmtLegSecListGrpBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
InstrmtLegSecListGrpBlock.LegsGroup |
Constructor and Description |
---|
InstrmtLegSecListGrpBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Collection<InstrmtLegSecListGrpBlock.LegsGroup> |
getLegsGroup() |
int |
getNoLegs() |
void |
setLegsGroup(Collection<InstrmtLegSecListGrpBlock.LegsGroup> value) |
void |
setNoLegs(int value) |
void |
toFIX(FIXFieldList l) |
public int getNoLegs()
public void setNoLegs(int value)
public Collection<InstrmtLegSecListGrpBlock.LegsGroup> getLegsGroup()
public void setLegsGroup(Collection<InstrmtLegSecListGrpBlock.LegsGroup> 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.