public class MatchRulesBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
MatchRulesBlock.MatchRulesGroup |
Constructor and Description |
---|
MatchRulesBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Collection<MatchRulesBlock.MatchRulesGroup> |
getMatchRulesGroup() |
int |
getNoMatchRules() |
void |
setMatchRulesGroup(Collection<MatchRulesBlock.MatchRulesGroup> value) |
void |
setNoMatchRules(int value) |
void |
toFIX(FIXFieldList l) |
public int getNoMatchRules()
public void setNoMatchRules(int value)
public Collection<MatchRulesBlock.MatchRulesGroup> getMatchRulesGroup()
public void setMatchRulesGroup(Collection<MatchRulesBlock.MatchRulesGroup> 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.