public class PreAllocMlegGrpBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
PreAllocMlegGrpBlock.AllocsGroup |
Constructor and Description |
---|
PreAllocMlegGrpBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Collection<PreAllocMlegGrpBlock.AllocsGroup> |
getAllocsGroup() |
int |
getNoAllocs() |
void |
setAllocsGroup(Collection<PreAllocMlegGrpBlock.AllocsGroup> value) |
void |
setNoAllocs(int value) |
void |
toFIX(FIXFieldList l) |
public int getNoAllocs()
public void setNoAllocs(int value)
public Collection<PreAllocMlegGrpBlock.AllocsGroup> getAllocsGroup()
public void setAllocsGroup(Collection<PreAllocMlegGrpBlock.AllocsGroup> 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.