Skip to content

Data Sources

Pavlo Paska edited this page May 5, 2014 · 4 revisions

DSV (Delimiter Separated Values) File Reader

A simple utility to monitor folders and process DSV files.

Monitors

YahooStaticData

Yahoo Static Data Source scrap static data from Yahoo Finance web site.

GetData

  1. Tries to get static data from local cache
  2. Starts to download static data from Yahoo Finance for the symbols specified in the Filter Rules in a separate thread
  3. Returns static data found in cache
  4. When data downloaded, add them to cache and raise RecordChangedEvent

RecordChangedEvent

Is raised every time when Static Data Downloaded for each symbol

Submit Data

Not used

Clone this wiki locally