|
AMPS C# Client
5.3.4.0
AMPS C# Client for .NET
|
Implements the ProtocolParser interface and extends FIXProtocolParser class. Parses a byte stream using NVFIX protocol. More...
Inheritance diagram for AMPS.Client.NVFIXProtocolParser:Public Member Functions | |
| NVFIXProtocolParser (NVFIXProtocol messageType) | |
| Initializes a new instance of the NVFIXProtocolParser class. More... | |
Public Member Functions inherited from AMPS.Client.FIXProtocolParser | |
| FIXProtocolParser (FIXProtocol messageType) | |
| Initializes a new instance of the FIXProtocolParser class. More... | |
| void | process (SimpleReadBuffer buffer, int remainingBytes, MessageHandler listener) |
| Processes the byte stream using the FIX protocol and invokes the provided message handler. More... | |
Implements the ProtocolParser interface and extends FIXProtocolParser class. Parses a byte stream using NVFIX protocol.
|
inline |
Initializes a new instance of the NVFIXProtocolParser class.
| messageType | The NVFIX protocol message type. |