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...
|
|
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.
| AMPS.Client.FIXProtocol.FIXProtocol |
( |
| ) |
|
|
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.
| AMPS.Client.FIXProtocol.FIXProtocol |
( |
Properties |
props | ) |
|
|
inline |
Initializes a new instance of the FIXProtocol class with the specified properties.
- Parameters
-
| props | A dictionary of properties containing field, header, and message separators. |
| AMPS.Client.FIXProtocol.FIXProtocol |
( |
byte |
fieldSeparator, |
|
|
byte |
headerSeparator, |
|
|
byte |
messageSeparator |
|
) |
| |
|
inline |
Initializes a new instance of the FIXProtocol class with the specified separators.
- Parameters
-
| fieldSeparator | The field separator byte value. |
| headerSeparator | The header separator byte value. |
| messageSeparator | The message separator byte value. |
The documentation for this class was generated from the following file:
- AMPS.Client/FIXProtocol.cs