AMPS C# Client  5.3.3.4
AMPS C# Client for .NET
AMPS.Client.JSONProtocol Class Reference

Implements the Protocol interface. Used to parse a byte stream as a series of messgaes. The byte stream must used AMPS FIX protocol. More...

+ Inheritance diagram for AMPS.Client.JSONProtocol:

Public Member Functions

 JSONProtocol (Properties props)
 
Message allocateMessage ()
 Allocates a new JSON Message. More...
 
ProtocolParser getMessageStream ()
 Returns a parser instance that can deserialize a byte stream into a series of messages. More...
 

Detailed Description

Implements the Protocol interface. Used to parse a byte stream as a series of messgaes. The byte stream must used AMPS FIX protocol.

Member Function Documentation

◆ allocateMessage()

Message AMPS.Client.JSONProtocol.allocateMessage ( )
inline

Allocates a new JSON Message.

Returns
The newly allocated JSON Message.

Implements AMPS.Client.Protocol.

◆ getMessageStream()

ProtocolParser AMPS.Client.JSONProtocol.getMessageStream ( )
inline

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

Returns
A parser instance for this protocol.

Implements AMPS.Client.Protocol.


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