Uses of Class
net.sourceforge.eclipsetrader.core.db.feed.FeedSource

Packages that use FeedSource
net.sourceforge.eclipsetrader.core.db   
 

Uses of FeedSource in net.sourceforge.eclipsetrader.core.db
 

Methods in net.sourceforge.eclipsetrader.core.db that return FeedSource
 FeedSource Security.getHistoryFeed()
           
 FeedSource Security.getQuoteFeed()
           
 FeedSource Security.getLevel2Feed()
           
 

Methods in net.sourceforge.eclipsetrader.core.db with parameters of type FeedSource
 void Security.setHistoryFeed(FeedSource historyFeed)
           
 void Security.setQuoteFeed(FeedSource quoteFeed)
           
 void Security.setLevel2Feed(FeedSource level2Feed)