public class CollateralInstrument extends Object
| Constructor and Description |
|---|
CollateralInstrument()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getGuid() |
String |
getSecurityDescription()
Can be used to provide an optional textual description for a financial.
|
String |
getSecurityID() |
SecurityIDSource |
getSecurityIDSource() |
SecurityType |
getSecurityType()
Indicates type of security.
|
String |
getSymbol()
Ticker symbol.
|
void |
setGuid(String value) |
void |
setSecurityDescription(String value)
Can be used to provide an optional textual description for a financial.
|
void |
setSecurityID(String value) |
void |
setSecurityIDSource(SecurityIDSource value) |
void |
setSecurityType(SecurityType value)
Indicates type of security.
|
void |
setSymbol(String value)
Ticker symbol.
|
public final String getSymbol()
public final void setSymbol(String value)
value - symbol valuepublic final String getSecurityID()
public final void setSecurityID(String value)
value - Clearing Product IDpublic final SecurityIDSource getSecurityIDSource()
public final void setSecurityIDSource(SecurityIDSource value)
value - class or source of the SecurityID value.public final SecurityType getSecurityType()
Product field value.
NOTE: Additional values may be used by mutual agreement of the counterparties.public final void setSecurityType(SecurityType value)
Product field value.
NOTE: Additional values may be used by mutual agreement of the counterparties.value - type of securitypublic final String getSecurityDescription()
public final void setSecurityDescription(String value)
value - textual description for a financialpublic final String getGuid()
public final void setGuid(String value)
value - globally unique identifierCopyright © 2014–2025 Onix Solutions. All rights reserved.