Namespace DxFeed.Graal.Net.Ipf
Classes
- InstrumentProfile
Represents basic profile information about market instrument. Please see Instrument Profile Format documentation for complete description.
- InstrumentProfileReader
Reads instrument profiles from the stream using Instrument Profile Format (IPF). Please see <b>Instrument Profile Format</b> documentation for complete description. This reader automatically uses data formats as specified in the stream. <p></p>This reader is intended for "one time only" usage: create new instances for new IPF reads.
<p></p>Use InstrumentProfileConnection if support for streaming updates of instrument profiles is needed.
<p></p>For backward compatibility reader can be configured with system property "com.dxfeed.ipf.complete" to control the strategy for missing "##COMPLETE" tag when reading IPF, possible values are:
<ul> <li><code>warn</code> - show warning in the log (default)</li> <li><code>error</code> - throw exception (future default)</li> <li><code>ignore</code> - do nothing (for backward compatibility)</li> </ul>
- InstrumentProfileType
Defines standard types of InstrumentProfile. Note that other (unknown) types can be used without listing in this class - use it for convenience only. Please see Instrument Profile Format documentation for complete description.