public class AttrbGrpBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
AttrbGrpBlock.InstrAttribGroup |
Constructor and Description |
---|
AttrbGrpBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Collection<AttrbGrpBlock.InstrAttribGroup> |
getInstrAttribGroup() |
int |
getNoInstrAttrib() |
void |
setInstrAttribGroup(Collection<AttrbGrpBlock.InstrAttribGroup> value) |
void |
setNoInstrAttrib(int value) |
void |
toFIX(FIXFieldList l) |
public int getNoInstrAttrib()
public void setNoInstrAttrib(int value)
public Collection<AttrbGrpBlock.InstrAttribGroup> getInstrAttribGroup()
public void setInstrAttribGroup(Collection<AttrbGrpBlock.InstrAttribGroup> 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.