Class CollateralInstrument
Related instrument.
Inherited Members
Namespace: OnixS.CmeStpHandler
Assembly: OnixS.CmeStpHandler.dll
Syntax
[Serializable]
public class CollateralInstrument
Properties
Guid
Globally unique identifier.
Declaration
public string Guid { get; set; }
Property Value
Type | Description |
---|---|
string |
SecurityDescription
Can be used to provide an optional textual description for a financial.
Declaration
public string SecurityDescription { get; set; }
Property Value
Type | Description |
---|---|
string |
SecurityID
The Clearing Product ID.
Declaration
public string SecurityID { get; set; }
Property Value
Type | Description |
---|---|
string |
SecurityIDSource
Identifies class or source of the SecurityID value.
Declaration
public SecurityIDSource SecurityIDSource { get; set; }
Property Value
Type | Description |
---|---|
SecurityIDSource |
SecurityType
Indicates type of security. Security type enumerations are grouped by Product(460) field value. NOTE: Additional values may be used by mutual agreement of the counterparties.
Declaration
public SecurityType SecurityType { get; set; }
Property Value
Type | Description |
---|---|
SecurityType |
Symbol
Ticker symbol. Common, "human understood" representation of the security. SecurityID (48) value can be specified if no symbol exists (e.g. non-exchange traded Collective Investment Vehicles)Use "[N/A]" for products which do not have a symbol.
Declaration
public string Symbol { get; set; }
Property Value
Type | Description |
---|---|
string |