Class OptionSnapshotRequest
Encapsulates data for latest options data requests on Alpaca Data API v2.
Inheritance
System.Object
OptionSnapshotRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public sealed class OptionSnapshotRequest
Constructors
| Improve this Doc View SourceOptionSnapshotRequest(IEnumerable<String>)
Creates new instance of OptionSnapshotRequest object.
Declaration
public OptionSnapshotRequest(IEnumerable<String> symbols)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<String> | symbols | Options symbols list for data retrieval. |
Properties
| Improve this Doc View SourceOptionsFeed
Gets options feed for data retrieval.
Declaration
public OptionsFeed? OptionsFeed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<OptionsFeed> |
Pagination
Gets the pagination parameters for the request (page size and token).
Declaration
public Pagination Pagination { get; }
Property Value
Type | Description |
---|---|
Pagination |
Symbols
Gets options symbols list for data retrieval.
Declaration
public IReadOnlyCollection<String> Symbols { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<String> |