Interface IOptionSnapshot
Encapsulates option snapshot information from the Alpaca REST API.
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface IOptionSnapshotProperties
| Improve this Doc View SourceGreeks
Gets the option greeks data.
Declaration
IGreeks Greeks { get; }Property Value
| Type | Description | 
|---|---|
| IGreeks | 
ImpliedVolatility
Gets the implied volatility of the option.
Declaration
Decimal? ImpliedVolatility { get; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<Decimal> | 
Quote
Gets the latest quote information.
Declaration
IQuote Quote { get; }Property Value
| Type | Description | 
|---|---|
| IQuote | 
Symbol
Gets the snapshot's option symbol.
Declaration
String Symbol { get; }Property Value
| Type | Description | 
|---|---|
| String | 
Trade
Gets the latest trade information.
Declaration
ITrade Trade { get; }Property Value
| Type | Description | 
|---|---|
| ITrade |