public class NestedParties4Block.Nested4PartyIDsGroup extends Object
Modifier and Type | Class and Description |
---|---|
class |
NestedParties4Block.Nested4PartyIDsGroup.Nested4PartySubIDsGroup |
Constructor and Description |
---|
Nested4PartyIDsGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getNested4PartyID() |
Character |
getNested4PartyIDSource() |
Long |
getNested4PartyRole() |
Collection<NestedParties4Block.Nested4PartyIDsGroup.Nested4PartySubIDsGroup> |
getNested4PartySubIDsGroup() |
int |
getNoNested4PartySubIDs() |
void |
setNested4PartyID(String value) |
void |
setNested4PartyIDSource(Character value) |
void |
setNested4PartyRole(Long value) |
void |
setNested4PartySubIDsGroup(Collection<NestedParties4Block.Nested4PartyIDsGroup.Nested4PartySubIDsGroup> value) |
void |
setNoNested4PartySubIDs(int value) |
void |
toFIX(FIXFieldList l) |
public String getNested4PartyID()
public void setNested4PartyID(String value)
public Character getNested4PartyIDSource()
public void setNested4PartyIDSource(Character value)
public Long getNested4PartyRole()
public void setNested4PartyRole(Long value)
public int getNoNested4PartySubIDs()
public void setNoNested4PartySubIDs(int value)
public Collection<NestedParties4Block.Nested4PartyIDsGroup.Nested4PartySubIDsGroup> getNested4PartySubIDsGroup()
public void setNested4PartySubIDsGroup(Collection<NestedParties4Block.Nested4PartyIDsGroup.Nested4PartySubIDsGroup> value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.