public class DerivativeSecurityList.DerivativeInstrumentPartiesGroup extends Object
Modifier and Type | Class and Description |
---|---|
class |
DerivativeSecurityList.DerivativeInstrumentPartiesGroup.DerivativeInstrumentPartySubIDsGroup |
Constructor and Description |
---|
DerivativeInstrumentPartiesGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getDerivativeInstrumentPartyID() |
String |
getDerivativeInstrumentPartyIDSource() |
Long |
getDerivativeInstrumentPartyRole() |
Collection<DerivativeSecurityList.DerivativeInstrumentPartiesGroup.DerivativeInstrumentPartySubIDsGroup> |
getDerivativeInstrumentPartySubIDsGroup() |
int |
getNoDerivativeInstrumentPartySubIDs() |
void |
setDerivativeInstrumentPartyID(String value) |
void |
setDerivativeInstrumentPartyIDSource(String value) |
void |
setDerivativeInstrumentPartyRole(Long value) |
void |
setDerivativeInstrumentPartySubIDsGroup(Collection<DerivativeSecurityList.DerivativeInstrumentPartiesGroup.DerivativeInstrumentPartySubIDsGroup> value) |
void |
setNoDerivativeInstrumentPartySubIDs(int value) |
void |
toFIX(FIXFieldList l) |
public String getDerivativeInstrumentPartyID()
public void setDerivativeInstrumentPartyID(String value)
public String getDerivativeInstrumentPartyIDSource()
public void setDerivativeInstrumentPartyIDSource(String value)
public Long getDerivativeInstrumentPartyRole()
public void setDerivativeInstrumentPartyRole(Long value)
public int getNoDerivativeInstrumentPartySubIDs()
public void setNoDerivativeInstrumentPartySubIDs(int value)
public Collection<DerivativeSecurityList.DerivativeInstrumentPartiesGroup.DerivativeInstrumentPartySubIDsGroup> getDerivativeInstrumentPartySubIDsGroup()
public void setDerivativeInstrumentPartySubIDsGroup(Collection<DerivativeSecurityList.DerivativeInstrumentPartiesGroup.DerivativeInstrumentPartySubIDsGroup> value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.