public class TrdCapDtGrpBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
TrdCapDtGrpBlock.DatesGroup |
Constructor and Description |
---|
TrdCapDtGrpBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Collection<TrdCapDtGrpBlock.DatesGroup> |
getDatesGroup() |
int |
getNoDates() |
void |
setDatesGroup(Collection<TrdCapDtGrpBlock.DatesGroup> value) |
void |
setNoDates(int value) |
void |
toFIX(FIXFieldList l) |
public int getNoDates()
public void setNoDates(int value)
public Collection<TrdCapDtGrpBlock.DatesGroup> getDatesGroup()
public void setDatesGroup(Collection<TrdCapDtGrpBlock.DatesGroup> 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.