Interface IBar
Encapsulates basic bar information for Alpaca APIs.
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface IBarProperties
| Improve this Doc View SourceClose
Gets bar close price.
Declaration
Decimal Close { get; }Property Value
| Type | Description | 
|---|---|
| Decimal | 
High
Gets bar high price.
Declaration
Decimal High { get; }Property Value
| Type | Description | 
|---|---|
| Decimal | 
Low
Gets bar low price.
Declaration
Decimal Low { get; }Property Value
| Type | Description | 
|---|---|
| Decimal | 
Open
Gets bar open price.
Declaration
Decimal Open { get; }Property Value
| Type | Description | 
|---|---|
| Decimal | 
Symbol
Gets asset symbol.
Declaration
String Symbol { get; }Property Value
| Type | Description | 
|---|---|
| String | 
TimeUtc
Gets the beginning time of this bar in UTC.
Declaration
DateTime TimeUtc { get; }Property Value
| Type | Description | 
|---|---|
| DateTime | 
TradeCount
Gets total trades count for this bar.
Declaration
UInt64 TradeCount { get; }Property Value
| Type | Description | 
|---|---|
| UInt64 | 
Volume
Gets bar trading volume.
Declaration
Decimal Volume { get; }Property Value
| Type | Description | 
|---|---|
| Decimal | 
Vwap
Gets bar volume weighted average price.
Declaration
Decimal Vwap { get; }Property Value
| Type | Description | 
|---|---|
| Decimal |