public class DlvyInstGrpBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
DlvyInstGrpBlock.DlvyInstGroup |
Constructor and Description |
---|
DlvyInstGrpBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Collection<DlvyInstGrpBlock.DlvyInstGroup> |
getDlvyInstGroup() |
int |
getNoDlvyInst() |
void |
setDlvyInstGroup(Collection<DlvyInstGrpBlock.DlvyInstGroup> value) |
void |
setNoDlvyInst(int value) |
void |
toFIX(FIXFieldList l) |
public int getNoDlvyInst()
public void setNoDlvyInst(int value)
public Collection<DlvyInstGrpBlock.DlvyInstGroup> getDlvyInstGroup()
public void setDlvyInstGroup(Collection<DlvyInstGrpBlock.DlvyInstGroup> 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.