File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ TradierCPP is a C++ application designed to interface with the Tradier API, perf
5
5
## Features
6
6
7
7
- ** 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 .
9
9
- ** Equity Order Execution:** Submit equity orders.
10
10
- ** 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 .
12
12
13
13
## Dependencies
14
14
@@ -26,6 +26,7 @@ TradierCPP/
26
26
│ └── EnvReader.h
27
27
│ └── EquityData.h
28
28
│ └── EquityOrder.h
29
+ │ └── OptionsData.h
29
30
│ └── OptionsOrder.h
30
31
│ └── Tradier.h
31
32
│
@@ -35,6 +36,7 @@ TradierCPP/
35
36
│ ├── EnvReader.cpp
36
37
│ ├── EquityData.cpp
37
38
│ ├── EquityOrder.cpp
39
+ │ ├── OptionsData.cpp
38
40
│ ├── OptionsOrder.cpp
39
41
│ ├── main.cpp
40
42
│ ├── main_stream.cpp
You can’t perform that action at this time.
0 commit comments