AMPS C# Client
5.3.5.0
AMPS C# Client for .NET
|
Implements the ProtocolParser interface and extends FIXProtocolParser class. Parses a byte stream using NVFIX protocol. More...
Public Member Functions | |
NVFIXProtocolParser (NVFIXProtocol messageType) | |
Initializes a new instance of the NVFIXProtocolParser class. More... | |
![]() | |
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. |