Security Feed
Identifier:
net.sourceforge.eclipsetrader.core.feeds
Since:
[Enter the first release in which this extension point appears.]
Description:
[Enter description of this extension point.]
Configuration Markup:
<!ELEMENT extension (feed+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT feed (history? , quote? , level2?)>
<!ATTLIST feed
id CDATA #REQUIRED
name CDATA #REQUIRED>
- id - a unique name that will be used to identify this feed
- name - a translatable name that will be used in the UI for this feed
<!ELEMENT history (exchange*)>
<!ATTLIST history
class CDATA #REQUIRED>
- class - name of the fully qualified class that implements net.sourceforge.eclipsetrader.core.IHistoryFeed
<!ELEMENT quote (exchange*)>
<!ATTLIST quote
class CDATA #REQUIRED>
- class - name of the fully qualified class that implements net.sourceforge.eclipsetrader.core.IFeed
<!ELEMENT level2 (exchange*)>
<!ATTLIST level2
class CDATA #REQUIRED>
- class - name of the fully qualified class that implements net.sourceforge.eclipsetrader.core.ILevel2Feed
<!ELEMENT exchange EMPTY>
<!ATTLIST exchange
id CDATA #REQUIRED
name CDATA #REQUIRED>
- id - a unique name that will be used to identify this exchange
- name - a translatable name that will be used in the UI for this exchange
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]