public class NestedPartiesBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
NestedPartiesBlock.NestedPartyIDsGroup |
Constructor and Description |
---|
NestedPartiesBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Collection<NestedPartiesBlock.NestedPartyIDsGroup> |
getNestedPartyIDsGroup() |
int |
getNoNestedPartyIDs() |
void |
setNestedPartyIDsGroup(Collection<NestedPartiesBlock.NestedPartyIDsGroup> value) |
void |
setNoNestedPartyIDs(int value) |
void |
toFIX(FIXFieldList l) |
public int getNoNestedPartyIDs()
public void setNoNestedPartyIDs(int value)
public Collection<NestedPartiesBlock.NestedPartyIDsGroup> getNestedPartyIDsGroup()
public void setNestedPartyIDsGroup(Collection<NestedPartiesBlock.NestedPartyIDsGroup> 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.