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 SourceReasonCode
Gets reason code.
Declaration
String ReasonCode { get; }
Property Value
Type | Description |
---|---|
String |
ReasonMessage
Gets reason message.
Declaration
String ReasonMessage { get; }
Property Value
Type | Description |
---|---|
String |
StatusCode
Gets status code.
Declaration
String StatusCode { get; }
Property Value
Type | Description |
---|---|
String |
StatusMessage
Gets status message.
Declaration
String StatusMessage { get; }
Property Value
Type | Description |
---|---|
String |
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 status timestamp in UTC.
Declaration
DateTime TimestampUtc { get; }
Property Value
Type | Description |
---|---|
DateTime |