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 messages. The byte stream must use the AMPS FIX protocol. More...
Public Member Functions | |
FIXProtocol () | |
The character set used to encode and decode messages sent via FIX. This value must be set before connecting a Client to a FIX endpoint. More... | |
FIXProtocol (Properties props) | |
FIXProtocol (byte fieldSeparator, byte headerSeparator, byte messageSeparator) | |
virtual Message | allocateMessage () |
Allocates a new FIX message.
| |
virtual ProtocolParser | getMessageStream () |
Returns a parser instance that can deserialize a byte stream into a series of messages. More... | |
Public Attributes | |
byte | fieldSeparator = 0x01 |
byte | headerSeparator = 0x02 |
byte | messageSeparator = 0x03 |
Encoding | Encoding |
Implements the Protocol interface. Used to parse a byte stream as a series of messages. The byte stream must use the AMPS FIX protocol.
|
inline |
The character set used to encode and decode messages sent via FIX.
This value must be set before connecting a Client to a FIX endpoint.
|
inlinevirtual |
Returns a parser instance that can deserialize a byte stream into a series of messages.
Implements AMPS.Client.Protocol.
Reimplemented in AMPS.Client.NVFIXProtocol.