public class NestedParties3Block.Nested3PartyIDsGroup extends Object
Modifier and Type | Class and Description |
---|---|
class |
NestedParties3Block.Nested3PartyIDsGroup.Nested3PartySubIDsGroup |
Constructor and Description |
---|
Nested3PartyIDsGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getNested3PartyID() |
Character |
getNested3PartyIDSource() |
Long |
getNested3PartyRole() |
Collection<NestedParties3Block.Nested3PartyIDsGroup.Nested3PartySubIDsGroup> |
getNested3PartySubIDsGroup() |
int |
getNoNested3PartySubIDs() |
void |
setNested3PartyID(String value) |
void |
setNested3PartyIDSource(Character value) |
void |
setNested3PartyRole(Long value) |
void |
setNested3PartySubIDsGroup(Collection<NestedParties3Block.Nested3PartyIDsGroup.Nested3PartySubIDsGroup> value) |
void |
setNoNested3PartySubIDs(int value) |
void |
toFIX(FIXFieldList l) |
public String getNested3PartyID()
public void setNested3PartyID(String value)
public Character getNested3PartyIDSource()
public void setNested3PartyIDSource(Character value)
public Long getNested3PartyRole()
public void setNested3PartyRole(Long value)
public int getNoNested3PartySubIDs()
public void setNoNested3PartySubIDs(int value)
public Collection<NestedParties3Block.Nested3PartyIDsGroup.Nested3PartySubIDsGroup> getNested3PartySubIDsGroup()
public void setNested3PartySubIDsGroup(Collection<NestedParties3Block.Nested3PartyIDsGroup.Nested3PartySubIDsGroup> value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.