Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit 6f13100

Browse files
committed
Major doc improvements:
- Tutorials.md - client.py
1 parent 65e3817 commit 6f13100

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/tutorials.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -268,13 +268,13 @@ why we recommend using a `date_range` of 1 for these requests.
268268
=== "quote.py"
269269

270270
```python
271-
--8<-- "docs/stock/quote_tick.py"
271+
--8<-- "docs/stocks/quote_tick.py"
272272
```
273273

274274
=== "Output"
275275

276276
```bash
277-
> python docs/stock/quote_tick.py
277+
> python docs/stocks/quote_tick.py
278278
DataType.MS_OF_DAY DataType.BID_SIZE DataType.BID_CONDITION DataType.BID DataType.BID_EXCHANGE DataType.ASK_SIZE DataType.ASK_CONDITION DataType.ASK DataType.ASK_EXCHANGE DataType.DATE
279279
0 14340012 0 0 0.00 0 0 0 0.00 0 2022-11-18
280280
1 14340126 0 0 0.00 0 0 0 0.00 0 2022-11-18
@@ -296,13 +296,13 @@ This significantly reduces output and improves latency.
296296
=== "quote.py"
297297

298298
```python
299-
--8<-- "docs/stock/quote_1min.py"
299+
--8<-- "docs/stocks/quote_1min.py"
300300
```
301301

302302
=== "Output"
303303

304304
```bash
305-
> python docs/stock/quote_1min.py
305+
> python docs/stocks/quote_1min.py
306306
DataType.MS_OF_DAY DataType.BID_SIZE DataType.BID_CONDITION DataType.BID DataType.BID_EXCHANGE DataType.ASK_SIZE DataType.ASK_CONDITION DataType.ASK DataType.ASK_EXCHANGE DataType.DATE
307307
0 34200000 2 65 75.23 0 138 1 75.24 0 2022-11-14
308308
1 34260000 1 1 74.72 0 1 1 74.77 0 2022-11-14
@@ -327,13 +327,13 @@ recommend using a `date_range` of 5 days or less for these requests.
327327
=== "quote.py"
328328

329329
```python
330-
--8<-- "docs/stock/quote_1min.py"
330+
--8<-- "docs/stocks/quote_1min.py"
331331
```
332332

333333
=== "Output"
334334

335335
```bash
336-
> python docs/stock/quote_1min.py
336+
> python docs/stocks/quote_1min.py
337337
DataType.MS_OF_DAY DataType.BID_SIZE DataType.BID_CONDITION DataType.BID DataType.BID_EXCHANGE DataType.ASK_SIZE DataType.ASK_CONDITION DataType.ASK DataType.ASK_EXCHANGE DataType.DATE
338338
0 28800107 0 65 0.00 50 0 65 0.00 50 2022-11-14
339339
1 28801023 0 5 0.00 50 0 5 0.00 50 2022-11-14
@@ -355,13 +355,13 @@ This significantly reduces output and improves latency.
355355
=== "quote.py"
356356

357357
```python
358-
--8<-- "docs/option/quote_1min.py"
358+
--8<-- "docs/options/quote_1min.py"
359359
```
360360

361361
=== "Output"
362362

363363
```bash
364-
> python docs/option/quote_1min.py
364+
> python docs/options/quote_1min.py
365365
DataType.MS_OF_DAY DataType.BID_SIZE DataType.BID_CONDITION DataType.BID DataType.BID_EXCHANGE DataType.ASK_SIZE DataType.ASK_CONDITION DataType.ASK DataType.ASK_EXCHANGE DataType.DATE
366366
0 34200000 0 47 0.00 50 0 47 0.00 50 2022-11-14
367367
1 34260000 1081 9 15.40 50 188 65 16.15 50 2022-11-14

0 commit comments

Comments
 (0)