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 SourceDayTradeMarginCallProtection
Gets or sets day trade margin call protection mode for account.
Declaration
DayTradeMarginCallProtection DayTradeMarginCallProtection { get; set; }
Property Value
Type | Description |
---|---|
DayTradeMarginCallProtection |
IsNoShorting
Gets or sets control flag for enabling long-only account mode.
Declaration
Boolean IsNoShorting { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
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 |
IsSuspendTrade
Gets or sets control flag for blocking new orders placement.
Declaration
Boolean IsSuspendTrade { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
MaxOptionsTradingLevel
Gets the desired maximum options trading level.
Declaration
OptionsTradingLevel? MaxOptionsTradingLevel { get; }
Property Value
Type | Description |
---|---|
System.Nullable<OptionsTradingLevel> |
TradeConfirmEmail
Gets or sets notification level for order fill emails.
Declaration
TradeConfirmEmail TradeConfirmEmail { get; set; }
Property Value
Type | Description |
---|---|
TradeConfirmEmail |