Show / Hide Table of Contents

Interface IAccountConfiguration

Encapsulates account configuration settings from Alpaca REST API.

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

Properties

| Improve this Doc View Source

DayTradeMarginCallProtection

Gets or sets day trade margin call protection mode for account.

Declaration
DayTradeMarginCallProtection DayTradeMarginCallProtection { get; set; }
Property Value
Type Description
DayTradeMarginCallProtection
| Improve this Doc View Source

IsNoShorting

Gets or sets control flag for enabling long-only account mode.

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

IsPtpNoExceptionEntry

Gets or sets control flag for enabling orders acceptance for PTP symbols with no exception.

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

IsSuspendTrade

Gets or sets control flag for blocking new orders placement.

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

MaxOptionsTradingLevel

Gets the desired maximum options trading level.

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

TradeConfirmEmail

Gets or sets notification level for order fill emails.

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