public class InstrmtGrpBlock extends Object implements com.epam.fix.model.Block
Constructor and Description |
---|
InstrmtGrpBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
int |
getNoRelatedSym() |
Collection<InstrumentBlock> |
getRelatedSymGroup() |
void |
setNoRelatedSym(int value) |
void |
setRelatedSymGroup(Collection<InstrumentBlock> value) |
void |
toFIX(FIXFieldList l) |
public int getNoRelatedSym()
public void setNoRelatedSym(int value)
public Collection<InstrumentBlock> getRelatedSymGroup()
public void setRelatedSymGroup(Collection<InstrumentBlock> 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.