Class UnderlyingGreekSearchRequest
Represents a model for Underlying greek search request
Constructors
UnderlyingGreekSearchRequest()
Declaration
public UnderlyingGreekSearchRequest()
Properties
DateFrom
The date from
Declaration
public Nullable<DateOnly> DateFrom { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateOnly> |
Dates
The dates
Declaration
public IList<DateOnly> Dates { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.DateOnly> |
DateTo
The date to
Declaration
public Nullable<DateOnly> DateTo { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateOnly> |
UnderlyingAttributedNotionalFrom
The attributed notional from
Declaration
public Nullable<double> UnderlyingAttributedNotionalFrom { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
UnderlyingAttributedNotionalTo
The attributed notional to
Declaration
public Nullable<double> UnderlyingAttributedNotionalTo { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
UnderlyingIds
The list of underlyings
Declaration
public IList<long> UnderlyingIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Int64> |
UnderlyingNotionalFrom
The underlying notional value from
Declaration
public Nullable<double> UnderlyingNotionalFrom { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
UnderlyingNotionalTo
The underlying notional value to
Declaration
public Nullable<double> UnderlyingNotionalTo { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
UnderlyingProductIds
The underlying product Ids
Declaration
public IList<long> UnderlyingProductIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Int64> |