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 SourceDayTradingBuyingPower
Gets the day trading buying power if this value related to the error.
Declaration
Decimal? DayTradingBuyingPower { get; }
Property Value
Type | Description |
---|---|
System.Nullable<Decimal> |
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> |
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> |
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> |
Symbol
Gets the symbol name related for the error.
Declaration
String Symbol { get; }
Property Value
Type | Description |
---|---|
String |