Interface ILimitUpLimitDown
Encapsulates the basic LULD update information from Alpaca APIs.
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface ILimitUpLimitDown
Properties
| Improve this Doc View SourceIndicator
Gets the indicator name.
Declaration
String Indicator { get; }
Property Value
Type | Description |
---|---|
String |
LimitDownPrice
Gets the current limit down price.
Declaration
Decimal LimitDownPrice { get; }
Property Value
Type | Description |
---|---|
Decimal |
LimitUpPrice
Gets the current limit up price.
Declaration
Decimal LimitUpPrice { get; }
Property Value
Type | Description |
---|---|
Decimal |
Symbol
Gets asset symbol.
Declaration
String Symbol { get; }
Property Value
Type | Description |
---|---|
String |
Tape
Gets tape.
Declaration
String Tape { get; }
Property Value
Type | Description |
---|---|
String |
TimestampUtc
Gets the LULD update timestamp in UTC.
Declaration
DateTime TimestampUtc { get; }
Property Value
Type | Description |
---|---|
DateTime |