public class ComplexEventTimesBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
ComplexEventTimesBlock.ComplexEventTimesGroup |
Constructor and Description |
---|
ComplexEventTimesBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Collection<ComplexEventTimesBlock.ComplexEventTimesGroup> |
getComplexEventTimesGroup() |
int |
getNoComplexEventTimes() |
void |
setComplexEventTimesGroup(Collection<ComplexEventTimesBlock.ComplexEventTimesGroup> value) |
void |
setNoComplexEventTimes(int value) |
void |
toFIX(FIXFieldList l) |
public int getNoComplexEventTimes()
public void setNoComplexEventTimes(int value)
public Collection<ComplexEventTimesBlock.ComplexEventTimesGroup> getComplexEventTimesGroup()
public void setComplexEventTimesGroup(Collection<ComplexEventTimesBlock.ComplexEventTimesGroup> 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.