AMPS C# Client  5.3.5.0
AMPS C# Client for .NET
AMPS.Client.NVFIXProtocolParser Class Reference

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...
 

Detailed Description

Implements the ProtocolParser interface and extends FIXProtocolParser class. Parses a byte stream using NVFIX protocol.

Constructor & Destructor Documentation

◆ NVFIXProtocolParser()

AMPS.Client.NVFIXProtocolParser.NVFIXProtocolParser ( NVFIXProtocol  messageType)
inline

Initializes a new instance of the NVFIXProtocolParser class.

Parameters
messageTypeThe NVFIX protocol message type.

The documentation for this class was generated from the following file: