Venice 0.7beta

org.mov.prefs
Class PreferencesManager.IDQuoteSyncPreferences

java.lang.Object
  extended by org.mov.prefs.PreferencesManager.IDQuoteSyncPreferences
Enclosing class:
PreferencesManager

public class PreferencesManager.IDQuoteSyncPreferences
extends java.lang.Object

Intra-day Quote Sync preferences fields.


Field Summary
 TradingTime closeTime
          Time exchange closes.
 boolean isEnabled
          Is syncing enabled?
 TradingTime openTime
          Time exchange opens.
 int period
          Polling period in seconds.
 java.lang.String symbols
          Symbols to automatically sync.
 
Constructor Summary
PreferencesManager.IDQuoteSyncPreferences()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isEnabled

public boolean isEnabled
Is syncing enabled?


symbols

public java.lang.String symbols
Symbols to automatically sync.


openTime

public TradingTime openTime
Time exchange opens.


closeTime

public TradingTime closeTime
Time exchange closes.


period

public int period
Polling period in seconds.

Constructor Detail

PreferencesManager.IDQuoteSyncPreferences

public PreferencesManager.IDQuoteSyncPreferences()

Venice 0.7beta