Implements the ProtocolParser interface. Parses a byte stream using FIX protocol.
More...
Implements the ProtocolParser interface. Parses a byte stream using FIX protocol.
◆ FIXProtocolParser()
AMPS.Client.FIXProtocolParser.FIXProtocolParser |
( |
FIXProtocol |
messageType | ) |
|
|
inline |
Initializes a new instance of the FIXProtocolParser class.
- Parameters
-
messageType | The type of FIX protocol being used. |
◆ process()
Processes the byte stream using the FIX protocol and invokes the provided message handler.
- Parameters
-
buffer | The byte stream to process. |
remainingBytes | The number of remaining bytes in the stream. |
listener | The message handler to invoke. |
Implements AMPS.Client.ProtocolParser.
The documentation for this class was generated from the following file:
- AMPS.Client/FIXProtocolParser.cs