Show / Hide Table of Contents

Interface IPositionActionStatus

Encapsulates position action status information from Alpaca REST API.

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

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

Symbol

Gets processed position asset symbol.

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