Show / Hide Table of Contents

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 Source

Indicator

Gets the indicator name.

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

LimitDownPrice

Gets the current limit down price.

Declaration
Decimal LimitDownPrice { get; }
Property Value
Type Description
Decimal
| Improve this Doc View Source

LimitUpPrice

Gets the current limit up price.

Declaration
Decimal LimitUpPrice { get; }
Property Value
Type Description
Decimal
| Improve this Doc View Source

Symbol

Gets asset symbol.

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

Tape

Gets tape.

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

TimestampUtc

Gets the LULD update timestamp in UTC.

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