The following tables list the members exposed by FinancialDataAdapter.
Name | Description | |
---|---|---|
FinancialDataAdapter Constructor | Creates an instance of the financial data adapter |
Name | Description | |
---|---|---|
CachedPositions | Gets cached stock position | |
CachedPrices | Gets cached stock prices that are hashed by stock symbols |
Name | Description | |
---|---|---|
StockDetails | Gets or sets a collection of stock details for popular stock symbols.
This property is auto-generated from stock tickers received in FDC3 message with instruments as a context. Note that all stock prices are randomly generated and they do not reflect actual prices on stock market. | |
StockPositions | Gets a collection of stock positions for the current stock symbols.
This property is auto-generated from stock tickers received in FDC3 message with instrument(s) as a context. Note that values are randomly generated and they do not reflect actual prices on stock market. Each stock position contains trade date, shares, cost per share, current values, current price. | |
StockPrices | Gets or sets a collection of stock trades for the current stock symbols.
This property is auto-generated from stock tickers received in FDC3 message with instruments as a context. Note that all stock prices are randomly generated and they do not reflect actual prices on stock market. | |
StockPricesMemberPaths | gets an array of member paths of data items in stock prices | |
StockSymbols | Gets or sets an array of stock symbols for which to get stock prices.
This property is updated when stock tickers are received in FDC3 message with instruments as a context. |
Name | Description | |
---|---|---|
ClearData | Clears all current stock symbols and their data sources | |
RemoveStockPosition | Removes stock position at given index | |
RemoveStockPrices | Removes stock prices with given symbol |
Name | Description | |
---|---|---|
ExtContains | ||
ExtEquals | ||
ExtToArray<T> | ||
ExtToCollection<T> | ||
ExtToList<T> | ||
Log | ||
OnAddingPosition | ||
OnAddingPrices | Called when adding data for a given stock symbol. | |
OnGeneratingPosition | Called when getting an array of stock prices for a given stock symbol | |
OnGeneratingPrices | Called when getting an array of stock prices for a given stock symbol | |
OnPropertyUpdated | Called when a property is updated. | |
OnPropertyUpdatedOverride | Called when a property is updated. | |
OnRemovingPosition | Called when removing data for a given stock symbol. | |
OnRemovingPrices | Called when removing data for a given stock symbol. | |
OnStockClearing | Called when clearing all stock. | |
OnStockSymbolsChanged | Called when raising StockSymbolsChanged event | |
StockAdd | Adds a given stock symbol and stock name and then generates data source for it | |
StockGenerate | Generates stock data only for specified stock symbols | |
StockRegenerate | Re-generates all stock prices for the current stock symbols | |
StockRemove | Removes a given stock symbol and its data source | |
StockUpdate | Updates stock symbols |
Name | Description | |
---|---|---|
PopulateStockPosition | ||
PopulateStockPrices | ||
PropertyChanged | Indicates that a property has changed. | |
StockSymbolsChanged | Occurs when stock symbols are removed or added |