Parser for Instrument Profile Simple File Format. Please see Instrument Profile Format documentation for complete description.
More...
|
delegate void | OnFlushEventHandler (object sender, EventArgs e) |
|
delegate void | OnCompleteEventHandler (object sender, EventArgs e) |
|
| InstrumentProfileParser (Stream stream) |
| Creates new instrument profile parser. More...
|
|
void | Dispose () |
|
InstrumentProfile | Next () |
| Return next instrument profile. More...
|
|
|
void | RaiseOnFlush () |
|
void | RaiseOnComplete () |
|
|
OnFlushEventHandler | OnFlush |
|
OnCompleteEventHandler | OnComplete |
|
Parser for Instrument Profile Simple File Format. Please see Instrument Profile Format documentation for complete description.
◆ InstrumentProfileParser()
com.dxfeed.ipf.impl.InstrumentProfileParser.InstrumentProfileParser |
( |
Stream |
stream | ) |
|
|
inline |
Creates new instrument profile parser.
- Parameters
-
stream | Stream from profiles will be read. |
- Exceptions
-
System.ArgumentException | Stream does not support reading. |
System.ArgumentNullException | Stream is null. |
◆ Next()
Return next instrument profile.
- Returns
- Next instrument profile.
- Exceptions
-
The documentation for this class was generated from the following file:
- dxf_api/src/ipf/impl/InstrumentProfileParser.cs