Version 24.2 (latest)

FinancialDataAdapter Class Methods

For a list of all members of this type, see FinancialDataAdapter members.

Public Methods
 NameDescription
Public MethodClearDataClears all current stock symbols and their data sources  
Public MethodRemoveStockPositionRemoves stock position at given index  
Public MethodRemoveStockPricesRemoves stock prices with given symbol  
Protected Methods
 NameDescription
Protected Internal MethodExtContains  
Protected Internal MethodExtEquals  
Protected Internal MethodExtToArray<T>  
Protected Internal MethodExtToCollection<T>  
Protected Internal MethodExtToList<T>  
Protected Internal MethodLog  
Protected MethodOnAddingPosition  
Protected MethodOnAddingPricesCalled when adding data for a given stock symbol.  
Protected MethodOnGeneratingPositionCalled when getting an array of stock prices for a given stock symbol  
Protected MethodOnGeneratingPricesCalled when getting an array of stock prices for a given stock symbol  
Protected MethodOnPropertyUpdatedCalled when a property is updated.  
Protected MethodOnPropertyUpdatedOverrideCalled when a property is updated.  
Protected MethodOnRemovingPositionCalled when removing data for a given stock symbol.  
Protected MethodOnRemovingPricesCalled when removing data for a given stock symbol.  
Protected MethodOnStockClearingCalled when clearing all stock.  
Protected Internal MethodOnStockSymbolsChangedCalled when raising StockSymbolsChanged event  
Protected Internal MethodStockAddAdds a given stock symbol and stock name and then generates data source for it  
Protected MethodStockGenerateGenerates stock data only for specified stock symbols  
Protected MethodStockRegenerateRe-generates all stock prices for the current stock symbols  
Protected Internal MethodStockRemoveRemoves a given stock symbol and its data source  
Protected MethodStockUpdateUpdates stock symbols  
See Also