public class NestedPartiesBlock.NestedPartyIDsGroup extends Object
Modifier and Type | Class and Description |
---|---|
class |
NestedPartiesBlock.NestedPartyIDsGroup.NestedPartySubIDsGroup |
Constructor and Description |
---|
NestedPartyIDsGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getNestedPartyID() |
Character |
getNestedPartyIDSource() |
Long |
getNestedPartyRole() |
Collection<NestedPartiesBlock.NestedPartyIDsGroup.NestedPartySubIDsGroup> |
getNestedPartySubIDsGroup() |
int |
getNoNestedPartySubIDs() |
void |
setNestedPartyID(String value) |
void |
setNestedPartyIDSource(Character value) |
void |
setNestedPartyRole(Long value) |
void |
setNestedPartySubIDsGroup(Collection<NestedPartiesBlock.NestedPartyIDsGroup.NestedPartySubIDsGroup> value) |
void |
setNoNestedPartySubIDs(int value) |
void |
toFIX(FIXFieldList l) |
public String getNestedPartyID()
public void setNestedPartyID(String value)
public Character getNestedPartyIDSource()
public void setNestedPartyIDSource(Character value)
public Long getNestedPartyRole()
public void setNestedPartyRole(Long value)
public int getNoNestedPartySubIDs()
public void setNoNestedPartySubIDs(int value)
public Collection<NestedPartiesBlock.NestedPartyIDsGroup.NestedPartySubIDsGroup> getNestedPartySubIDsGroup()
public void setNestedPartySubIDsGroup(Collection<NestedPartiesBlock.NestedPartyIDsGroup.NestedPartySubIDsGroup> value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.