Show / Hide Table of Contents

Interface IOptionSnapshot

Encapsulates option snapshot information from the Alpaca REST API.

Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface IOptionSnapshot

Properties

| Improve this Doc View Source

Greeks

Gets the option greeks data.

Declaration
IGreeks Greeks { get; }
Property Value
Type Description
IGreeks
| Improve this Doc View Source

ImpliedVolatility

Gets the implied volatility of the option.

Declaration
Decimal? ImpliedVolatility { get; }
Property Value
Type Description
System.Nullable<Decimal>
| Improve this Doc View Source

Quote

Gets the latest quote information.

Declaration
IQuote Quote { get; }
Property Value
Type Description
IQuote
| Improve this Doc View Source

Symbol

Gets the snapshot's option symbol.

Declaration
String Symbol { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Trade

Gets the latest trade information.

Declaration
ITrade Trade { get; }
Property Value
Type Description
ITrade
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX