public class NestedParties2Block.Nested2PartyIDsGroup extends Object
Modifier and Type | Class and Description |
---|---|
class |
NestedParties2Block.Nested2PartyIDsGroup.Nested2PartySubIDsGroup |
Constructor and Description |
---|
Nested2PartyIDsGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getNested2PartyID() |
Character |
getNested2PartyIDSource() |
Long |
getNested2PartyRole() |
Collection<NestedParties2Block.Nested2PartyIDsGroup.Nested2PartySubIDsGroup> |
getNested2PartySubIDsGroup() |
int |
getNoNested2PartySubIDs() |
void |
setNested2PartyID(String value) |
void |
setNested2PartyIDSource(Character value) |
void |
setNested2PartyRole(Long value) |
void |
setNested2PartySubIDsGroup(Collection<NestedParties2Block.Nested2PartyIDsGroup.Nested2PartySubIDsGroup> value) |
void |
setNoNested2PartySubIDs(int value) |
void |
toFIX(FIXFieldList l) |
public String getNested2PartyID()
public void setNested2PartyID(String value)
public Character getNested2PartyIDSource()
public void setNested2PartyIDSource(Character value)
public Long getNested2PartyRole()
public void setNested2PartyRole(Long value)
public int getNoNested2PartySubIDs()
public void setNoNested2PartySubIDs(int value)
public Collection<NestedParties2Block.Nested2PartyIDsGroup.Nested2PartySubIDsGroup> getNested2PartySubIDsGroup()
public void setNested2PartySubIDsGroup(Collection<NestedParties2Block.Nested2PartyIDsGroup.Nested2PartySubIDsGroup> value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.