public class RgstDtlsGrpBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
RgstDtlsGrpBlock.RegistDtlsGroup |
Constructor and Description |
---|
RgstDtlsGrpBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
int |
getNoRegistDtls() |
Collection<RgstDtlsGrpBlock.RegistDtlsGroup> |
getRegistDtlsGroup() |
void |
setNoRegistDtls(int value) |
void |
setRegistDtlsGroup(Collection<RgstDtlsGrpBlock.RegistDtlsGroup> value) |
void |
toFIX(FIXFieldList l) |
public int getNoRegistDtls()
public void setNoRegistDtls(int value)
public Collection<RgstDtlsGrpBlock.RegistDtlsGroup> getRegistDtlsGroup()
public void setRegistDtlsGroup(Collection<RgstDtlsGrpBlock.RegistDtlsGroup> 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.