Show / Hide Table of Contents

Interface IErrorInformation

Encapsulates extended error information from Alpaca error REST response.

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

Properties

| Improve this Doc View Source

DayTradingBuyingPower

Gets the day trading buying power if this value related to the error.

Declaration
Decimal? DayTradingBuyingPower { get; }
Property Value
Type Description
System.Nullable<Decimal>
| Improve this Doc View Source

MaxDayTradingBuyingPowerUsed

Gets the maximal day trading buying power if this value related to the error.

Declaration
Decimal? MaxDayTradingBuyingPowerUsed { get; }
Property Value
Type Description
System.Nullable<Decimal>
| Improve this Doc View Source

MaxDayTradingBuyingPowerUsedSoFar

Gets the used maximal day trading buying power if this value related to the error.

Declaration
Decimal? MaxDayTradingBuyingPowerUsedSoFar { get; }
Property Value
Type Description
System.Nullable<Decimal>
| Improve this Doc View Source

OpenOrdersCount

Gets the number of opened orders if this value related to the error.

Declaration
Int32? OpenOrdersCount { get; }
Property Value
Type Description
System.Nullable<Int32>
| Improve this Doc View Source

Symbol

Gets the symbol name related for the error.

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