public class SettlInstGrpBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
SettlInstGrpBlock.SettlInstGroup |
Constructor and Description |
---|
SettlInstGrpBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
int |
getNoSettlInst() |
Collection<SettlInstGrpBlock.SettlInstGroup> |
getSettlInstGroup() |
void |
setNoSettlInst(int value) |
void |
setSettlInstGroup(Collection<SettlInstGrpBlock.SettlInstGroup> value) |
void |
toFIX(FIXFieldList l) |
public int getNoSettlInst()
public void setNoSettlInst(int value)
public Collection<SettlInstGrpBlock.SettlInstGroup> getSettlInstGroup()
public void setSettlInstGroup(Collection<SettlInstGrpBlock.SettlInstGroup> 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.