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.
◆ FIXProtocol() [1/3]
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.
◆ FIXProtocol() [2/3]
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. |
◆ FIXProtocol() [3/3]
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. |
◆ getMessageStream()
The documentation for this class was generated from the following file:
- AMPS.Client/FIXProtocol.cs