Class OptionSupport.OptionPriceVolGreeks
Container to hold option price and greeks.
Inheritance
object
OptionSupport.OptionPriceVolGreeks
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: TuringTrader.Support
Assembly: TuringTrader.Simulator.dll
Syntax
public class OptionSupport.OptionPriceVolGreeks
Fields
| Improve this Doc View SourceDelta
option delta
Declaration
public double Delta
Field Value
Type | Description |
---|---|
double |
Gamma
option gamma
Declaration
public double Gamma
Field Value
Type | Description |
---|---|
double |
Price
option price
Declaration
public double Price
Field Value
Type | Description |
---|---|
double |
Rho
option rho
Declaration
public double Rho
Field Value
Type | Description |
---|---|
double |
Theta
option theta
Declaration
public double Theta
Field Value
Type | Description |
---|---|
double |
Vega
option vega
Declaration
public double Vega
Field Value
Type | Description |
---|---|
double |
Volatility
option volatility
Declaration
public double Volatility
Field Value
Type | Description |
---|---|
double |