|
AMPS C# Client
5.3.4.0
AMPS C# Client for .NET
|
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 () |
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.
| ProtocolParser AMPS.Client.Protocol.getMessageStream | ( | ) |
Returns a parser instance that can deserialize a byte stream into a series of messages.
Implemented in AMPS.Client.FIXProtocol, AMPS.Client.NVFIXProtocol, AMPS.Client.JSONProtocol, and AMPS.Client.XMLProtocol.