Class UnderlyingGreekVersus<TType>
Represents the underlying generic greek versus
Type Parameters
Name | Description |
---|---|
TType | The type |
Constructors
UnderlyingGreekVersus()
Constructs the underlying generic greek versus
Declaration
public UnderlyingGreekVersus()
Properties
Charm
The Charm
Declaration
public ICollection<TType> Charm { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<TType> |
Delta
The Delta
Declaration
public ICollection<TType> Delta { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<TType> |
Divsens
The Divsens
Declaration
public ICollection<TType> Divsens { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<TType> |
Gamma
The Gamma
Declaration
public ICollection<TType> Gamma { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<TType> |
PositionDelta
The Position Delta
Declaration
public ICollection<TType> PositionDelta { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<TType> |
RelativeDelta
The Relative Delta
Declaration
public ICollection<TType> RelativeDelta { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<TType> |
Theta
The Theta
Declaration
public ICollection<TType> Theta { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<TType> |
Vanna
The Vanna
Declaration
public ICollection<TType> Vanna { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<TType> |
Vega
The Vega
Declaration
public ICollection<TType> Vega { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<TType> |