Security Feed

net.sourceforge.eclipsetrader.core.feeds

[Enter the first release in which this extension point appears.]

[Enter description of this extension point.]

<!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>


<!ELEMENT history (exchange*)>

<!ATTLIST history

class CDATA #REQUIRED>


<!ELEMENT quote (exchange*)>

<!ATTLIST quote

class CDATA #REQUIRED>


<!ELEMENT level2 (exchange*)>

<!ATTLIST level2

class CDATA #REQUIRED>


<!ELEMENT exchange EMPTY>

<!ATTLIST exchange

id   CDATA #REQUIRED

name CDATA #REQUIRED>


[Enter extension point usage example here.]

[Enter API information here.]

[Enter information about supplied implementation of this extension point.]