public class InstrumentPartiesBlock.InstrumentPartiesGroup extends Object
Modifier and Type | Class and Description |
---|---|
class |
InstrumentPartiesBlock.InstrumentPartiesGroup.InstrumentPartySubIDsGroup |
Constructor and Description |
---|
InstrumentPartiesGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getInstrumentPartyID() |
Character |
getInstrumentPartyIDSource() |
Long |
getInstrumentPartyRole() |
Collection<InstrumentPartiesBlock.InstrumentPartiesGroup.InstrumentPartySubIDsGroup> |
getInstrumentPartySubIDsGroup() |
int |
getNoInstrumentPartySubIDs() |
void |
setInstrumentPartyID(String value) |
void |
setInstrumentPartyIDSource(Character value) |
void |
setInstrumentPartyRole(Long value) |
void |
setInstrumentPartySubIDsGroup(Collection<InstrumentPartiesBlock.InstrumentPartiesGroup.InstrumentPartySubIDsGroup> value) |
void |
setNoInstrumentPartySubIDs(int value) |
void |
toFIX(FIXFieldList l) |
public String getInstrumentPartyID()
public void setInstrumentPartyID(String value)
public Character getInstrumentPartyIDSource()
public void setInstrumentPartyIDSource(Character value)
public Long getInstrumentPartyRole()
public void setInstrumentPartyRole(Long value)
public int getNoInstrumentPartySubIDs()
public void setNoInstrumentPartySubIDs(int value)
public Collection<InstrumentPartiesBlock.InstrumentPartiesGroup.InstrumentPartySubIDsGroup> getInstrumentPartySubIDsGroup()
public void setInstrumentPartySubIDsGroup(Collection<InstrumentPartiesBlock.InstrumentPartiesGroup.InstrumentPartySubIDsGroup> value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.