|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dxfeed.ipf.InstrumentProfileReader
com.dxfeed.ipf.tools.CMEParser
public class CMEParser
Parses CME MO.dat file with RLC MO messages (futures and options) and constructs product profiles.
Used exchanges as of May 2008:
-MIC- -ACRONYM- XCBT CBOT XCEC COMEX XCME CME XKBT KCBT XMGE MGE XNYM NYMEX XOCH OneChicago
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.dxfeed.ipf.InstrumentProfileReader |
---|
InstrumentProfileReader.UncloseableInputStream |
Constructor Summary | |
---|---|
CMEParser()
|
Method Summary | |
---|---|
java.util.List<InstrumentProfile> |
read(java.io.InputStream in)
Reads and returns instrument profiles from specified stream. |
Methods inherited from class com.dxfeed.ipf.InstrumentProfileReader |
---|
read, readFromFile |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CMEParser()
Method Detail |
---|
public java.util.List<InstrumentProfile> read(java.io.InputStream in) throws java.io.IOException
read
in class InstrumentProfileReader
java.io.IOException
- If an I/O error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |