public class MaturityRulesBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
MaturityRulesBlock.MaturityRulesGroup |
Constructor and Description |
---|
MaturityRulesBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Collection<MaturityRulesBlock.MaturityRulesGroup> |
getMaturityRulesGroup() |
int |
getNoMaturityRules() |
void |
setMaturityRulesGroup(Collection<MaturityRulesBlock.MaturityRulesGroup> value) |
void |
setNoMaturityRules(int value) |
void |
toFIX(FIXFieldList l) |
public int getNoMaturityRules()
public void setNoMaturityRules(int value)
public Collection<MaturityRulesBlock.MaturityRulesGroup> getMaturityRulesGroup()
public void setMaturityRulesGroup(Collection<MaturityRulesBlock.MaturityRulesGroup> 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.