Markets Collection: Soon to be expanded to a collection of items specifying the market hour, timezones and country codes.
More...
|
| static void | Add (string market, int identifier) |
| | Adds the specified market to the map of available markets with the specified identifier. More...
|
| |
| static ? int | Encode (string market) |
| | Gets the market code for the specified market. Returns null if the market is not found More...
|
| |
| static string | Decode (int code) |
| | Gets the market string for the specified market code. More...
|
| |
| static List< string > | SupportedMarkets () |
| | Returns a list of the supported markets More...
|
| |
Markets Collection: Soon to be expanded to a collection of items specifying the market hour, timezones and country codes.
Definition at line 25 of file Market.cs.
◆ Add()
| static void QuantConnect.Market.Add |
( |
string |
market, |
|
|
int |
identifier |
|
) |
| |
|
static |
Adds the specified market to the map of available markets with the specified identifier.
- Parameters
-
| market | The market string to add |
| identifier | The identifier for the market, this value must be positive and less than 1000 |
Definition at line 269 of file Market.cs.
◆ Encode()
| static ? int QuantConnect.Market.Encode |
( |
string |
market | ) |
|
|
static |
Gets the market code for the specified market. Returns null if the market is not found
- Parameters
-
| market | The market to check for (case sensitive) |
- Returns
- The internal code used for the market. Corresponds to the value used when calling Add
Definition at line 309 of file Market.cs.
◆ Decode()
| static string QuantConnect.Market.Decode |
( |
int |
code | ) |
|
|
static |
Gets the market string for the specified market code.
- Parameters
-
| code | The market code to be decoded |
- Returns
- The string representation of the market, or null if not found
Definition at line 319 of file Market.cs.
◆ SupportedMarkets()
| static List<string> QuantConnect.Market.SupportedMarkets |
( |
| ) |
|
|
static |
Returns a list of the supported markets
Definition at line 327 of file Market.cs.
◆ USA
| const string QuantConnect.Market.USA = "usa" |
|
static |
◆ Oanda
| const string QuantConnect.Market.Oanda = "oanda" |
|
static |
◆ FXCM
| const string QuantConnect.Market.FXCM = "fxcm" |
|
static |
FXCM Market Hours
Definition at line 99 of file Market.cs.
◆ Dukascopy
| const string QuantConnect.Market.Dukascopy = "dukascopy" |
|
static |
◆ Bitfinex
| const string QuantConnect.Market.Bitfinex = "bitfinex" |
|
static |
◆ Globex
| const string QuantConnect.Market.Globex = "cmeglobex" |
|
static |
◆ NYMEX
| const string QuantConnect.Market.NYMEX = "nymex" |
|
static |
◆ CBOT
| const string QuantConnect.Market.CBOT = "cbot" |
|
static |
◆ ICE
| const string QuantConnect.Market.ICE = "ice" |
|
static |
◆ CBOE
| const string QuantConnect.Market.CBOE = "cboe" |
|
static |
◆ CFE
| const string QuantConnect.Market.CFE = "cfe" |
|
static |
◆ India
| const string QuantConnect.Market.India = "india" |
|
static |
NSE - National Stock Exchange
Definition at line 146 of file Market.cs.
◆ COMEX
| const string QuantConnect.Market.COMEX = "comex" |
|
static |
◆ CME
| const string QuantConnect.Market.CME = "cme" |
|
static |
◆ EUREX
| const string QuantConnect.Market.EUREX = "eurex" |
|
static |
◆ SGX
| const string QuantConnect.Market.SGX = "sgx" |
|
static |
Singapore Exchange
Definition at line 166 of file Market.cs.
◆ HKFE
| const string QuantConnect.Market.HKFE = "hkfe" |
|
static |
Hong Kong Exchange
Definition at line 171 of file Market.cs.
◆ OSE
| const string QuantConnect.Market.OSE = "ose" |
|
static |
Osaka Stock Exchange
Definition at line 176 of file Market.cs.
◆ NYSELIFFE
| const string QuantConnect.Market.NYSELIFFE = "nyseliffe" |
|
static |
London International Financial Futures and Options Exchange
Definition at line 181 of file Market.cs.
◆ GDAX
| const string QuantConnect.Market.GDAX = Coinbase |
|
static |
◆ Kraken
| const string QuantConnect.Market.Kraken = "kraken" |
|
static |
◆ Bitstamp
| const string QuantConnect.Market.Bitstamp = "bitstamp" |
|
static |
◆ OkCoin
| const string QuantConnect.Market.OkCoin = "okcoin" |
|
static |
◆ Bithumb
| const string QuantConnect.Market.Bithumb = "bithumb" |
|
static |
◆ Binance
| const string QuantConnect.Market.Binance = "binance" |
|
static |
◆ Poloniex
| const string QuantConnect.Market.Poloniex = "poloniex" |
|
static |
◆ Coinone
| const string QuantConnect.Market.Coinone = "coinone" |
|
static |
◆ HitBTC
| const string QuantConnect.Market.HitBTC = "hitbtc" |
|
static |
◆ Bittrex
| const string QuantConnect.Market.Bittrex = "bittrex" |
|
static |
◆ FTX
| const string QuantConnect.Market.FTX = "ftx" |
|
static |
◆ FTXUS
| const string QuantConnect.Market.FTXUS = "ftxus" |
|
static |
◆ BinanceUS
| const string QuantConnect.Market.BinanceUS = "binanceus" |
|
static |
◆ Bybit
| const string QuantConnect.Market.Bybit = "bybit" |
|
static |
◆ Coinbase
| const string QuantConnect.Market.Coinbase = "coinbase" |
|
static |
◆ InteractiveBrokers
| const string QuantConnect.Market.InteractiveBrokers = "interactivebrokers" |
|
static |
InteractiveBrokers market
Definition at line 262 of file Market.cs.
The documentation for this class was generated from the following file: