バージョン

OnAddingPrices メソッド

特定の株式銘柄シンボルのデータを追加するときに呼び出されます。
シンタックス
'宣言
 
Protected Overridable Sub OnAddingPrices( _
   ByVal stockSymbol As String, _
   ByVal stockPrices As StockPriceHistory _
) 
protected virtual void OnAddingPrices( 
   string stockSymbol,
   StockPriceHistory stockPrices
)

パラメータ

stockSymbol
変更された株式銘柄シンボル。
stockPrices
株式データ項目
参照