|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Interface for data feed plugins.
| Method Summary | |
|---|---|
void |
snapshot()
Take a single snapshot from the feed. |
void |
start()
Starts the data feed. |
void |
stop()
Stops the data feed. |
void |
subscribe(Security security)
Add the given security to the list of securities feeded by this plugin. |
void |
unSubscribe(Security security)
Remove the given security from the list of securities feeded by this plugin. |
| Method Detail |
public void subscribe(Security security)
security - the security to addpublic void unSubscribe(Security security)
security - the security to removepublic void start()
public void stop()
public void snapshot()
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||