public class ApplIDRequestAckGrpBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
ApplIDRequestAckGrpBlock.ApplIDsGroup |
Constructor and Description |
---|
ApplIDRequestAckGrpBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Collection<ApplIDRequestAckGrpBlock.ApplIDsGroup> |
getApplIDsGroup() |
int |
getNoApplIDs() |
void |
setApplIDsGroup(Collection<ApplIDRequestAckGrpBlock.ApplIDsGroup> value) |
void |
setNoApplIDs(int value) |
void |
toFIX(FIXFieldList l) |
public int getNoApplIDs()
public void setNoApplIDs(int value)
public Collection<ApplIDRequestAckGrpBlock.ApplIDsGroup> getApplIDsGroup()
public void setApplIDsGroup(Collection<ApplIDRequestAckGrpBlock.ApplIDsGroup> 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.