public class ExecInstRulesBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
ExecInstRulesBlock.ExecInstRulesGroup |
Constructor and Description |
---|
ExecInstRulesBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Collection<ExecInstRulesBlock.ExecInstRulesGroup> |
getExecInstRulesGroup() |
int |
getNoExecInstRules() |
void |
setExecInstRulesGroup(Collection<ExecInstRulesBlock.ExecInstRulesGroup> value) |
void |
setNoExecInstRules(int value) |
void |
toFIX(FIXFieldList l) |
public int getNoExecInstRules()
public void setNoExecInstRules(int value)
public Collection<ExecInstRulesBlock.ExecInstRulesGroup> getExecInstRulesGroup()
public void setExecInstRulesGroup(Collection<ExecInstRulesBlock.ExecInstRulesGroup> 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.