AMPS C# Client  5.3.3.4
AMPS C# Client for .NET
AMPS.Client.Protocol Interface Reference

Interface representing an AMPS wire protocol. Classes that implement this interface aid in parsing a byte stream as a series of messages, formatted using one of the AMPS-supported protocols. More...

+ Inheritance diagram for AMPS.Client.Protocol:

Public Member Functions

ProtocolParser getMessageStream ()
 Returns a parser instance that can deserialize a byte stream into a series of messages. More...
 
Message allocateMessage ()
 

Detailed Description

Interface representing an AMPS wire protocol. Classes that implement this interface aid in parsing a byte stream as a series of messages, formatted using one of the AMPS-supported protocols.

Member Function Documentation

◆ getMessageStream()

ProtocolParser AMPS.Client.Protocol.getMessageStream ( )

Returns a parser instance that can deserialize a byte stream into a series of messages.

Returns
A parser instance for this protocol.

Implemented in AMPS.Client.XMLProtocol, AMPS.Client.NVFIXProtocol, AMPS.Client.JSONProtocol, and AMPS.Client.FIXProtocol.


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