|
AMPS C# Client
5.3.4.0
AMPS C# Client for .NET
|
Implements the Protocol interface. Used to parse a byte stream as a series of messages. The byte stream must used AMPS FIX protocol. More...
Inheritance diagram for AMPS.Client.JSONProtocol:Public Member Functions | |
| JSONProtocol () | |
| Initializes a new instance of the JSONProtocol class. More... | |
| JSONProtocol (Properties props) | |
| Initializes a new instance of the JSONProtocol class with the specified properties. More... | |
| Message | allocateMessage () |
| Allocates a new JSON Message. More... | |
| ProtocolParser | getMessageStream () |
| Gets the message stream for JSON protocol. More... | |
Implements the Protocol interface. Used to parse a byte stream as a series of messages. The byte stream must used AMPS FIX protocol.
|
inline |
Initializes a new instance of the JSONProtocol class.
|
inline |
Initializes a new instance of the JSONProtocol class with the specified properties.
| props | The properties. |
|
inline |
Allocates a new JSON Message.
Implements AMPS.Client.Protocol.
|
inline |
Gets the message stream for JSON protocol.
Implements AMPS.Client.Protocol.