public class FillsGrpBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
FillsGrpBlock.FillsGroup |
Constructor and Description |
---|
FillsGrpBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Collection<FillsGrpBlock.FillsGroup> |
getFillsGroup() |
int |
getNoFills() |
void |
setFillsGroup(Collection<FillsGrpBlock.FillsGroup> value) |
void |
setNoFills(int value) |
void |
toFIX(FIXFieldList l) |
public int getNoFills()
public void setNoFills(int value)
public Collection<FillsGrpBlock.FillsGroup> getFillsGroup()
public void setFillsGroup(Collection<FillsGrpBlock.FillsGroup> 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.