|
enum | ChartType { ChartType.Overlay,
ChartType.Stacked
} |
| Type of chart - should we draw the series as overlayed or stacked More...
|
|
enum | BrokerageEnvironment { BrokerageEnvironment.Live,
BrokerageEnvironment.Paper
} |
| Represents the types of environments supported by brokerages for trading More...
|
|
enum | Language {
Language.CSharp,
Language.FSharp,
Language.VisualBasic,
Language.Java,
Language.Python
} |
| Multilanguage support enum: which language is this project for the interop bridge converter. More...
|
|
enum | ServerType { ServerType.Server512,
ServerType.Server1024,
ServerType.Server2048
} |
| Live server types available through the web IDE. / QC deployment. More...
|
|
enum | SecurityType {
SecurityType.Base,
SecurityType.Equity,
SecurityType.Option,
SecurityType.Commodity,
SecurityType.Forex,
SecurityType.Future,
SecurityType.Cfd,
SecurityType.Crypto,
SecurityType.FutureOption,
SecurityType.Index,
SecurityType.IndexOption,
SecurityType.CryptoFuture
} |
| Type of tradable security / underlying asset More...
|
|
enum | AccountType { AccountType.Margin,
AccountType.Cash
} |
| Account type: margin or cash More...
|
|
enum | MarketDataType {
MarketDataType.Base,
MarketDataType.TradeBar,
MarketDataType.Tick,
MarketDataType.Auxiliary,
MarketDataType.QuoteBar,
MarketDataType.OptionChain,
MarketDataType.FuturesChain
} |
| Market data style: is the market data a summary (OHLC style) bar, or is it a time-price value. More...
|
|
enum | DataFeedEndpoint { DataFeedEndpoint.Backtesting,
DataFeedEndpoint.FileSystem,
DataFeedEndpoint.LiveTrading,
DataFeedEndpoint.Database
} |
| Datafeed enum options for selecting the source of the datafeed. More...
|
|
enum | StoragePermissions { StoragePermissions.Public,
StoragePermissions.Authenticated
} |
| Cloud storage permission options. More...
|
|
enum | TickType { TickType.Trade,
TickType.Quote,
TickType.OpenInterest
} |
| Types of tick data More...
|
|
enum | DelistingType { DelistingType.Warning = 0,
DelistingType.Delisted = 1
} |
| Specifies the type of QuantConnect.Data.Market.Delisting data More...
|
|
enum | SplitType { SplitType.Warning = 0,
SplitType.SplitOccurred = 1
} |
| Specifies the type of QuantConnect.Data.Market.Split data More...
|
|
enum | Resolution {
Resolution.Tick,
Resolution.Second,
Resolution.Minute,
Resolution.Hour,
Resolution.Daily
} |
| Resolution of data requested. More...
|
|
enum | PositionSide { PositionSide.Short = -1,
PositionSide.None = 0,
PositionSide.Long = 1
} |
| Specifies what side a position is on, long/short More...
|
|
enum | OptionRight { OptionRight.Call,
OptionRight.Put
} |
| Specifies the different types of options More...
|
|
enum | OptionStyle { OptionStyle.American,
OptionStyle.European
} |
| Specifies the style of an option More...
|
|
enum | SettlementType { SettlementType.PhysicalDelivery,
SettlementType.Cash
} |
| Specifies the type of settlement in derivative deals More...
|
|
enum | AlgorithmStatus {
AlgorithmStatus.DeployError,
AlgorithmStatus.InQueue,
AlgorithmStatus.Running,
AlgorithmStatus.Stopped,
AlgorithmStatus.Liquidated,
AlgorithmStatus.Deleted,
AlgorithmStatus.Completed,
AlgorithmStatus.RuntimeError,
AlgorithmStatus.Invalid,
AlgorithmStatus.LoggingIn,
AlgorithmStatus.Initializing,
AlgorithmStatus.History
} |
| States of a live deployment. More...
|
|
enum | SubscriptionTransportMedium { SubscriptionTransportMedium.LocalFile,
SubscriptionTransportMedium.RemoteFile,
SubscriptionTransportMedium.Rest,
SubscriptionTransportMedium.Streaming
} |
| Specifies where a subscription's data comes from More...
|
|
enum | WritePolicy { WritePolicy.Overwrite = 0,
WritePolicy.Merge,
WritePolicy.Append
} |
| Used by the Data.LeanDataWriter to determine which merge write policy should be applied More...
|
|
enum | Period {
Period.TenSeconds = 10,
Period.ThirtySeconds = 30,
Period.OneMinute = 60,
Period.TwoMinutes = 120,
Period.ThreeMinutes = 180,
Period.FiveMinutes = 300,
Period.TenMinutes = 600,
Period.FifteenMinutes = 900,
Period.TwentyMinutes = 1200,
Period.ThirtyMinutes = 1800,
Period.OneHour = 3600,
Period.TwoHours = 7200,
Period.FourHours = 14400,
Period.SixHours = 21600
} |
| enum Period - Enum of all the analysis periods, AS integers. Reference "Period" Array to access the values More...
|
|
enum | DataNormalizationMode {
DataNormalizationMode.Raw,
DataNormalizationMode.Adjusted,
DataNormalizationMode.SplitAdjusted,
DataNormalizationMode.TotalReturn,
DataNormalizationMode.ForwardPanamaCanal,
DataNormalizationMode.BackwardsPanamaCanal,
DataNormalizationMode.BackwardsRatio,
DataNormalizationMode.ScaledRaw
} |
| Specifies how data is normalized before being sent into an algorithm More...
|
|
enum | DataMappingMode { DataMappingMode.LastTradingDay,
DataMappingMode.FirstDayMonth,
DataMappingMode.OpenInterest,
DataMappingMode.OpenInterestAnnual
} |
| Continuous contracts mapping modes More...
|
|
enum | CashBookUpdateType { CashBookUpdateType.Added,
CashBookUpdateType.Removed,
CashBookUpdateType.Updated
} |
| The different types of CashBook.Updated events More...
|
|
enum | SeriesType {
SeriesType.Line,
SeriesType.Scatter,
SeriesType.Candle,
SeriesType.Bar,
SeriesType.Flag,
SeriesType.StackedArea,
SeriesType.Pie,
SeriesType.Treemap
} |
| Available types of charts More...
|
|
enum | ScatterMarkerSymbol {
ScatterMarkerSymbol.None,
ScatterMarkerSymbol.Circle,
ScatterMarkerSymbol.Square,
ScatterMarkerSymbol.Diamond,
ScatterMarkerSymbol.Triangle,
ScatterMarkerSymbol.TriangleDown
} |
| Shape or symbol for the marker in a scatter plot More...
|
|
enum | TradingDayType {
TradingDayType.BusinessDay,
TradingDayType.PublicHoliday,
TradingDayType.Weekend,
TradingDayType.OptionExpiration,
TradingDayType.FutureExpiration,
TradingDayType.FutureRoll,
TradingDayType.SymbolDelisting,
TradingDayType.EquityDividends,
TradingDayType.EconomicEvent
} |
| Enum lists available trading events More...
|
|