public class EvntGrpBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
EvntGrpBlock.EventsGroup |
Constructor and Description |
---|
EvntGrpBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Collection<EvntGrpBlock.EventsGroup> |
getEventsGroup() |
int |
getNoEvents() |
void |
setEventsGroup(Collection<EvntGrpBlock.EventsGroup> value) |
void |
setNoEvents(int value) |
void |
toFIX(FIXFieldList l) |
public int getNoEvents()
public void setNoEvents(int value)
public Collection<EvntGrpBlock.EventsGroup> getEventsGroup()
public void setEventsGroup(Collection<EvntGrpBlock.EventsGroup> 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.