Show / Hide Table of Contents

Interface IOrderActionStatus

Encapsulates order action status information from Alpaca REST API.

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

Properties

| Improve this Doc View Source

IsSuccess

Returns true if requested action completed successfully.

Declaration
Boolean IsSuccess { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

OrderId

Gets unique server-side order identifier.

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