Class | Description | |
---|---|---|
![]() | FinancialDataAdapter | Represents financial data adapter that has built-in data generator for generating stock prices |
![]() | StockChangedEventArgs | Represents event arguments for FDC3 MessageRecived |
![]() | StockDataGenerator | Represents a class that generates sample stock data based on specified settings |
![]() | StockDataLookup | Represents a class for looking up stock prices using symbols of stocks
Note stock prices for some popular stocks are realistic/old and other are randomly generated |
![]() | StockDetails | Represents stock details with MarketPrice, MarketCap, MarketPrice, AnnualHigh, AnnualLow /// |
![]() | StockInfo | Represents financial data position with TradeDate, Shares, CostPerShare, CostTotal, CurrentValue, CurrentGain, CurrentPrice |
![]() | StockPosition | Represents stock position with TradeDate, Shares, CostPerShare, CostTotal, CurrentValue, CurrentGain, CurrentPrice |
![]() | StockPriceHistory | Represents a history of stock prices |
![]() | StockPricePoint | Represents data item with Open, High, Low, Close prices and trading volume of a stock ticker |
Delegate | Description | |
---|---|---|
![]() | PopulateStockPositionEventHandler | Delegate for event |
![]() | PopulateStockPricesEventHandler | Delegate for event |
![]() | StockChangedEventHandler | Delegate for FDC3 MessageRecived event |