Venice 0.74beta

nz.org.venice.prefs
Class PreferencesManager.IDQuoteSyncPreferences

java.lang.Object
  extended bynz.org.venice.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 suffix
          Optional suffix to append (e.g. ".AX")
 java.lang.String symbols
          Symbols to automatically sync.
 
Constructor Summary
PreferencesManager.IDQuoteSyncPreferences()
           
 
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.


suffix

public java.lang.String suffix
Optional suffix to append (e.g. ".AX")


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.74beta