drixie / royaloak

Starter using Vite2 + React + Typescript + Tailwind + Electron Starter.
MIT License
0 stars 0 forks source link

Fetch/Code Aggregated Market Depth Data - V1/PP25 #20

Open drixie opened 2 years ago

drixie commented 2 years ago
  1. Attempt to see if aggregated market depth data can be appropriately fetched from IBKR API.

  2. If approach 1 is not possible, write logic to aggregate market depth data from the full data fetched from IBKR API.

  3. Expose both full data and aggregated data for consumption in the frontend.