Show / Hide Table of Contents

Interface ISnapshot

Encapsulates snapshot information from the Alpaca REST API.

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

Properties

| Improve this Doc View Source

CurrentDailyBar

Gets the current daily bar information.

Declaration
IBar CurrentDailyBar { get; }
Property Value
Type Description
IBar
| Improve this Doc View Source

MinuteBar

Gets the current minute bar information.

Declaration
IBar MinuteBar { get; }
Property Value
Type Description
IBar
| Improve this Doc View Source

PreviousDailyBar

Gets the previous daily bar information.

Declaration
IBar PreviousDailyBar { get; }
Property Value
Type Description
IBar
| 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 asset 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