Skip to content

Commit

Permalink
Removes Enum Table Generator
Browse files Browse the repository at this point in the history
Unused output files
  • Loading branch information
AlexCatarino committed Aug 10, 2024
1 parent a3c3a6c commit e50622c
Show file tree
Hide file tree
Showing 88 changed files with 41 additions and 3,379 deletions.
1 change: 0 additions & 1 deletion .github/workflows/code_generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
matrix:
script: [Alternative-Datasets-Code-Generator,
API-Reference-Code-Generator,
enum-table-generator,
fred-categories-table-code-generator,
fundamentals-table-code-generator,
future-table-code-generator,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php echo file_get_contents(DOCS_RESOURCES."/enumerations/market-crypto.html"); ?>
<?php echo file_get_contents(DOCS_RESOURCES."/datasets/supported-securities/crypto/market.html"); ?>

<p>To set the market for a security, pass a <code>market</code> argument to the <code class="csharp">AddCrypto</code><code class="python">add_crypto</code> method.</p>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php echo file_get_contents(DOCS_RESOURCES."/enumerations/market-future.html"); ?>
<?php echo file_get_contents(DOCS_RESOURCES."/datasets/supported-securities/future/market.html"); ?>

<p>Historical data for backtesting is unavailable for <code>ICE</code>, <code>INDIA</code>, <code>SGX</code> and <code>NYSELIFFE</code>. In live trading, LEAN sources this data from your <a href='/docs/v2/cloud-platform/live-trading/brokerages'>brokerage</a> or a <a href='/docs/v2/writing-algorithms/live-trading/data-providers'>third-party data provider</a>.</p>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php echo file_get_contents(DOCS_RESOURCES."/enumerations/market-futureoption.html"); ?>
<?php echo file_get_contents(DOCS_RESOURCES."/datasets/supported-securities/futureoption/market.html"); ?>

<p>You don't need to pass a <code>Market</code> argument to the <code class="csharp">AddFutureOptionContract</code><code class="python">add_future_option_contract</code> method because the contract <code>Symbol</code> already contains the market.</p>
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php echo file_get_contents(DOCS_RESOURCES."/enumerations/market-indexoption.html"); ?>
<?php echo file_get_contents(DOCS_RESOURCES."/datasets/supported-securities/indexoption/market.html"); ?>

<p>You don't need to pass a <code class="csharp">Market</code><code class="python">market</code> argument to the <code class="csharp">AddIndexOptionContract</code><code class="python">add_index_option_contract</code> method because the contract <code>Symbol</code> already contains the market.</p>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php echo file_get_contents(DOCS_RESOURCES."/enumerations/market-crypto.html"); ?>
<?php echo file_get_contents(DOCS_RESOURCES."/datasets/supported-securities/crypto/market.html"); ?>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php echo file_get_contents(DOCS_RESOURCES."/enumerations/market-future.html"); ?>
<?php echo file_get_contents(DOCS_RESOURCES."/datasets/supported-securities/future/market.html"); ?>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php echo file_get_contents(DOCS_RESOURCES."/enumerations/market-futureoption.html"); ?>
<?php echo file_get_contents(DOCS_RESOURCES."/datasets/supported-securities/futureoption/market.html"); ?>
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php
echo file_get_contents(DOCS_RESOURCES."/enumerations/market-indexoption.html");
echo file_get_contents(DOCS_RESOURCES."/datasets/supported-securities/indexoption/market.html");
?>
File renamed without changes.
2 changes: 2 additions & 0 deletions Resources/datasets/supported-securities/crypto/market.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<p>The following <code>Market</code> enumeration members are available for Crypto:</p>
<div data-tree='QuantConnect.Market' data-fields='BINANCE,Binance,BINANCE_US,BinanceUS,BITFINEX,Bitfinex,BYBIT,Bybit,COINBASE,Coinbase,KRAKEN,Kraken'></div>
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<p>The following <code>Market</code> enumeration members are available for Cryptofuture:</p>
<div data-tree='QuantConnect.Market' data-fields='BINANCE,BYBIT,Binance,Bybit'></div>
<div data-tree='QuantConnect.Market' data-fields='BINANCE,Binance,BYBIT,Bybit'></div>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
29 changes: 0 additions & 29 deletions Resources/enumerations/account_type.html

This file was deleted.

39 changes: 0 additions & 39 deletions Resources/enumerations/algorithm_mode.html

This file was deleted.

79 changes: 0 additions & 79 deletions Resources/enumerations/algorithm_status.html

This file was deleted.

34 changes: 0 additions & 34 deletions Resources/enumerations/bar_direction.html

This file was deleted.

29 changes: 0 additions & 29 deletions Resources/enumerations/brokerage_environment.html

This file was deleted.

44 changes: 0 additions & 44 deletions Resources/enumerations/brokerage_message_type.html

This file was deleted.

29 changes: 0 additions & 29 deletions Resources/enumerations/candle_color.html

This file was deleted.

34 changes: 0 additions & 34 deletions Resources/enumerations/candle_range_type.html

This file was deleted.

Loading

0 comments on commit e50622c

Please sign in to comment.