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 Instrument Profile Format documentation for complete description. This reader automatically uses data formats as specified in the stream.
This reader is intended for "one time only" usage: create new instances for new IPF reads. Use InstrumentProfileConnection if support for streaming updates of instrument profiles is needed. 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:warn
- show warning in the log (default)error
- throw exception (future default)ignore
- do nothing (for backward compatibility)
- 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.