AMPS C# Client
5.3.3.4
AMPS C# Client for .NET
|
Implements the Protocol interface. Used to parse a byte stream as a series of messgaes. The byte stream must used AMPS FIX protocol. More...
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... | |
Implements the Protocol interface. Used to parse a byte stream as a series of messgaes. The byte stream must used AMPS FIX protocol.
|
inline |
Allocates a new JSON Message.
Implements AMPS.Client.Protocol.
|
inline |
Returns a parser instance that can deserialize a byte stream into a series of messages.
Implements AMPS.Client.Protocol.