Skip to content

Commit 11550a2

Browse files
authored
Update README.md
Add OptionsData header/source to readme
1 parent d084f1b commit 11550a2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ TradierCPP is a C++ application designed to interface with the Tradier API, perf
55
## Features
66

77
- **Market Data Streaming:** Utilizes Tradier's WebSocket API to stream real-time market data.
8-
- **Data Processing:** Processes streamed data to perform financial analysis or other operations.
8+
- **Equities Data:** Retrieve historical and real-time quotes for stocks.
99
- **Equity Order Execution:** Submit equity orders.
1010
- **Options Order Execution:** Submit options orders.
11-
- **Modular Architecture:** Divided into separate modules for streaming and processing to enhance maintainability and scalability.
11+
- **Options Data:** Retrieve options contract data from Tradier.
1212

1313
## Dependencies
1414

@@ -26,6 +26,7 @@ TradierCPP/
2626
│ └── EnvReader.h
2727
│ └── EquityData.h
2828
│ └── EquityOrder.h
29+
│ └── OptionsData.h
2930
│ └── OptionsOrder.h
3031
│ └── Tradier.h
3132
@@ -35,6 +36,7 @@ TradierCPP/
3536
│ ├── EnvReader.cpp
3637
│ ├── EquityData.cpp
3738
│ ├── EquityOrder.cpp
39+
│ ├── OptionsData.cpp
3840
│ ├── OptionsOrder.cpp
3941
│ ├── main.cpp
4042
│ ├── main_stream.cpp

0 commit comments

Comments
 (0)