|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Security in net.sourceforge.eclipsetrader.core |
---|
Methods in net.sourceforge.eclipsetrader.core that return Security | |
Security |
Repository.getSecurity(java.lang.String code)
|
Methods in net.sourceforge.eclipsetrader.core with parameters of type Security | |
void |
IPattern.init(Security security)
|
void |
IFeed.subscribe(Security security)
Add the given security to the list of securities feeded by this plugin. |
void |
IFeed.unSubscribe(Security security)
Remove the given security from the list of securities feeded by this plugin. |
static void |
FeedMonitor.monitor(Security security)
|
static void |
FeedMonitor.cancelMonitor(Security security)
|
static int |
FeedMonitor.countInstances(Security security)
|
static void |
Level2FeedMonitor.monitor(Security security)
|
static void |
Level2FeedMonitor.cancelMonitor(Security security)
|
void |
FeedPlugin.updateHistory(Security security,
int interval)
|
void |
FeedPlugin.subscribe(Security security)
|
void |
FeedPlugin.unSubscribe(Security security)
|
void |
FeedPlugin.subscribeLevelII(Security security)
|
void |
FeedPlugin.unSubscribeLevelII(Security security)
|
java.util.List |
Repository.allCharts(Security security)
|
ObservableList |
Repository.allNews(Security security)
|
void |
ILevel2Feed.subscribeLevel2(Security security)
Add the given security to the list of securities feeded by this plugin. |
void |
ILevel2Feed.unSubscribeLevel2(Security security)
Remove the given security from the list of securities feeded by this plugin. |
void |
INewsProvider.snapshot(Security security)
Take a single snapshot of the available news for the given security. |
void |
IHistoryFeed.updateHistory(Security security,
int interval)
Update the history data for a security using the specified time interval. |
Uses of Security in net.sourceforge.eclipsetrader.core.db |
---|
Methods in net.sourceforge.eclipsetrader.core.db that return Security | |
Security |
PortfolioPosition.getSecurity()
|
Security |
WatchlistItem.getSecurity()
|
Security |
Event.getSecurity()
|
Security |
Transaction.getSecurity()
|
Security |
Chart.getSecurity()
|
Security |
Order.getSecurity()
|
Methods in net.sourceforge.eclipsetrader.core.db with parameters of type Security | |
int |
Account.getPosition(Security security)
Return the number of stocks held for the given security. |
PortfolioPosition |
Account.getPortfolio(Security security)
|
double |
Account.getExpenses(Security security,
int quantity,
double price)
|
void |
PortfolioPosition.setSecurity(Security security)
|
void |
WatchlistItem.setSecurity(Security security)
|
void |
NewsItem.addSecurity(Security security)
Adds a security to the list of securities related to this headline. |
boolean |
NewsItem.isSecurity(Security security)
Returns wether this headline is related to the given security. |
void |
Event.setSecurity(Security security)
|
void |
Transaction.setSecurity(Security security)
|
void |
Chart.setSecurity(Security security)
|
void |
Order.setSecurity(Security security)
|
Constructors in net.sourceforge.eclipsetrader.core.db with parameters of type Security | |
PortfolioPosition(Account account,
Security security,
int quantity,
double amount)
|
|
Transaction(java.util.Date date,
Security security,
int quantity,
double price)
|
Uses of Security in net.sourceforge.eclipsetrader.core.db.trading |
---|
Methods in net.sourceforge.eclipsetrader.core.db.trading that return Security | |
Security |
TradingSystem.getSecurity()
|
Methods in net.sourceforge.eclipsetrader.core.db.trading with parameters of type Security | |
void |
TradingSystem.setSecurity(Security security)
|
Uses of Security in net.sourceforge.eclipsetrader.news |
---|
Methods in net.sourceforge.eclipsetrader.news with parameters of type Security | |
void |
NewsPlugin.startFeedSnapshot(Security security)
|
Uses of Security in net.sourceforge.eclipsetrader.trading |
---|
Methods in net.sourceforge.eclipsetrader.trading that return Security | |
Security |
TradingSystemPlugin.getSecurity()
|
Security |
AlertPlugin.getSecurity()
|
Security |
AlertPluginPreferencePage.getSecurity()
|
Security |
TradingSystemPluginPreferencePage.getSecurity()
|
Methods in net.sourceforge.eclipsetrader.trading with parameters of type Security | |
void |
TradingSystemPlugin.setSecurity(Security security)
|
void |
AlertPlugin.init(Security security,
Alert alert)
|
void |
AlertPlugin.init(Security security,
java.util.Map params)
|
void |
AlertPluginPreferencePage.init(Security security,
java.util.Map params)
|
void |
TradingSystemPluginPreferencePage.init(Security security,
java.util.Map params)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |