AMPS C# Client
5.3.3.4
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...
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.XMLProtocol, AMPS.Client.NVFIXProtocol, AMPS.Client.JSONProtocol, and AMPS.Client.FIXProtocol.