Show / Hide Table of Contents

Interface IStatus

Encapsulates the basic trading status update information from Alpaca APIs.

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

Properties

| Improve this Doc View Source

ReasonCode

Gets reason code.

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

ReasonMessage

Gets reason message.

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

StatusCode

Gets status code.

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

StatusMessage

Gets status message.

Declaration
String StatusMessage { get; }
Property Value
Type Description
String
| 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 status 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