クラス
jp.sf.orangesignal.ta.data.annotation.NumberCompressorType の使用

NumberCompressorType を使用しているパッケージ
jp.sf.orangesignal.ta.data.model 時系列データのモデルクラスを提供します。 
 

jp.sf.orangesignal.ta.data.model での NumberCompressorType の使用
 

NumberCompressorType 型の注釈を持つ jp.sf.orangesignal.ta.data.model のメソッド
 class Margin
          信用取引データのモデルクラスを提供します。
 class PriceDataset
          価格データセットを提供します。
 class StockSplit
          株式分割データのモデルクラスを提供します。
 class TechnicalPriceDataset
          テクニカル指標計算用価格データセットを提供します。
 

NumberCompressorType 型の注釈を持つ jp.sf.orangesignal.ta.data.model のフィールド
protected  Number Margin.bought
          信用買残を保持します。
protected  Number[] PriceDataset.close
          終値データを保持します。
protected  Number Price.close
          終値を保持します。
protected  Number[] PriceDataset.high
          高値データを保持します。
protected  Number Price.high
          高値を保持します。
protected  Number[] PriceDataset.low
          安値データを保持します。
protected  Number Price.low
          安値を保持します。
protected  Number[] PriceDataset.open
          始値データを保持します。
protected  Number Price.open
          始値を保持します。
protected  Number Margin.sold
          信用売残を保持します。
protected  Number StockSplit.split
          株式分割数を保持します。
protected  Number[] TechnicalPriceDataset.technicalClose
          テクニカル指標計算用終値データを保持します。
protected  Number[] TechnicalPriceDataset.technicalHigh
          テクニカル指標計算用高値データを保持します。
protected  Number[] TechnicalPriceDataset.technicalLow
          テクニカル指標計算用安値データを保持します。
protected  Number[] TechnicalPriceDataset.technicalOpen
          テクニカル指標計算用始値データを保持します。
protected  Number[] TechnicalPriceDataset.technicalVolume
          テクニカル指標計算用出来高データを保持します。
protected  Number[] PriceDataset.volume
          出来高データを保持します。
protected  Number Price.volume
          出来高を保持します。
 



Copyright © 2006-2009 OrangeSignal.com. All Rights Reserved.