public class TrdRegTimestampsBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
TrdRegTimestampsBlock.TrdRegTimestampsGroup |
Constructor and Description |
---|
TrdRegTimestampsBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
int |
getNoTrdRegTimestamps() |
Collection<TrdRegTimestampsBlock.TrdRegTimestampsGroup> |
getTrdRegTimestampsGroup() |
void |
setNoTrdRegTimestamps(int value) |
void |
setTrdRegTimestampsGroup(Collection<TrdRegTimestampsBlock.TrdRegTimestampsGroup> value) |
void |
toFIX(FIXFieldList l) |
public int getNoTrdRegTimestamps()
public void setNoTrdRegTimestamps(int value)
public Collection<TrdRegTimestampsBlock.TrdRegTimestampsGroup> getTrdRegTimestampsGroup()
public void setTrdRegTimestampsGroup(Collection<TrdRegTimestampsBlock.TrdRegTimestampsGroup> 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.