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

Implements the ProtocolParser interface. Parses a byte stream using FIX protocol. More...

+ Inheritance diagram for AMPS.Client.FIXProtocolParser:

Public Member Functions

 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. Parses a byte stream using FIX protocol.

Constructor & Destructor Documentation

◆ FIXProtocolParser()

AMPS.Client.FIXProtocolParser.FIXProtocolParser ( FIXProtocol  messageType)
inline

Initializes a new instance of the FIXProtocolParser class.

Parameters
messageTypeThe type of FIX protocol being used.

Member Function Documentation

◆ process()

void AMPS.Client.FIXProtocolParser.process ( SimpleReadBuffer  buffer,
int  remainingBytes,
MessageHandler  listener 
)
inline

Processes the byte stream using the FIX protocol and invokes the provided message handler.

Parameters
bufferThe byte stream to process.
remainingBytesThe number of remaining bytes in the stream.
listenerThe message handler to invoke.

Implements AMPS.Client.ProtocolParser.


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