public class RootPartiesBlock.RootPartyIDsGroup extends Object
Modifier and Type | Class and Description |
---|---|
class |
RootPartiesBlock.RootPartyIDsGroup.RootPartySubIDsGroup |
Constructor and Description |
---|
RootPartyIDsGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
int |
getNoRootPartySubIDs() |
String |
getRootPartyID() |
Character |
getRootPartyIDSource() |
Long |
getRootPartyRole() |
Collection<RootPartiesBlock.RootPartyIDsGroup.RootPartySubIDsGroup> |
getRootPartySubIDsGroup() |
void |
setNoRootPartySubIDs(int value) |
void |
setRootPartyID(String value) |
void |
setRootPartyIDSource(Character value) |
void |
setRootPartyRole(Long value) |
void |
setRootPartySubIDsGroup(Collection<RootPartiesBlock.RootPartyIDsGroup.RootPartySubIDsGroup> value) |
void |
toFIX(FIXFieldList l) |
public String getRootPartyID()
public void setRootPartyID(String value)
public Character getRootPartyIDSource()
public void setRootPartyIDSource(Character value)
public Long getRootPartyRole()
public void setRootPartyRole(Long value)
public int getNoRootPartySubIDs()
public void setNoRootPartySubIDs(int value)
public Collection<RootPartiesBlock.RootPartyIDsGroup.RootPartySubIDsGroup> getRootPartySubIDsGroup()
public void setRootPartySubIDsGroup(Collection<RootPartiesBlock.RootPartyIDsGroup.RootPartySubIDsGroup> value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.