Class Underlying
Represents information about the underlying
Constructors
Underlying()
Declaration
public Underlying()
Properties
Domicile
The country ISO Code
Declaration
public string Domicile { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GroupId
The underlying group Id
Declaration
public long GroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
GroupName
The underlying group Name
Declaration
public string GroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InstrumentGroupId
The instrument group Id
Declaration
public Nullable<long> InstrumentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
InstrumentGroupName
The instrument group Name
Declaration
public string InstrumentGroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InstrumentId
The instrument Id
Declaration
public Nullable<long> InstrumentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
InstrumentName
The instrument Name
Declaration
public string InstrumentName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ISIN
The International Securities Identification Numbers (ISIN)
Declaration
public string ISIN { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Level
The underlying Level
Declaration
public Nullable<double> Level { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Provider
The underlying provider
Declaration
public UnderlyingProvider Provider { get; set; }
Property Value
Type | Description |
---|---|
UnderlyingProvider |
SectorGroupId
The sector group Id
Declaration
public Nullable<long> SectorGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
SectorGroupName
The sector group Name
Declaration
public string SectorGroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SectorId
The sector Id
Declaration
public Nullable<long> SectorId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
SectorName
The sector Name
Declaration
public string SectorName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Weight
The underlying weight
Declaration
public Nullable<double> Weight { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |