public class ExecCollGrpBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
ExecCollGrpBlock.ExecsGroup |
Constructor and Description |
---|
ExecCollGrpBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Collection<ExecCollGrpBlock.ExecsGroup> |
getExecsGroup() |
int |
getNoExecs() |
void |
setExecsGroup(Collection<ExecCollGrpBlock.ExecsGroup> value) |
void |
setNoExecs(int value) |
void |
toFIX(FIXFieldList l) |
public int getNoExecs()
public void setNoExecs(int value)
public Collection<ExecCollGrpBlock.ExecsGroup> getExecsGroup()
public void setExecsGroup(Collection<ExecCollGrpBlock.ExecsGroup> 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.