|
AMPS C# Client
5.3.4.0
AMPS C# Client for .NET
|
Implements the Portocol interface. Used to parse a byte stream as a series of messages. The byte stream must use the AMPS NVFIX protocol. More...
Inheritance diagram for AMPS.Client.NVFIXProtocol:Public Member Functions | |
| NVFIXProtocol () | |
| Initializes a new NVFIXProtocol instance. More... | |
| NVFIXProtocol (Properties props) | |
| Initializes a new NVFIXProtocol instance with properties More... | |
| NVFIXProtocol (byte fieldSeparator, byte headerSeparator, byte messageSeparator) | |
| Initializes a new NVFIXProtocol instance with specified separators. More... | |
| override Message | allocateMessage () |
| Allocates a new NVFIX message. More... | |
| override ProtocolParser | getMessageStream () |
| Gets the message stream for NVFIX protocol. More... | |
Public Member Functions inherited from AMPS.Client.FIXProtocol | |
| 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) | |
| Initializes a new instance of the FIXProtocol class with the specified properties. More... | |
| FIXProtocol (byte fieldSeparator, byte headerSeparator, byte messageSeparator) | |
| Initializes a new instance of the FIXProtocol class with the specified separators. More... | |
Additional Inherited Members | |
Public Attributes inherited from AMPS.Client.FIXProtocol | |
| byte | fieldSeparator = 0x01 |
| byte | headerSeparator = 0x02 |
| byte | messageSeparator = 0x03 |
| Encoding | Encoding |
Implements the Portocol interface. Used to parse a byte stream as a series of messages. The byte stream must use the AMPS NVFIX protocol.
|
inline |
Initializes a new NVFIXProtocol instance.
|
inline |
Initializes a new NVFIXProtocol instance with properties
| props | The properties to initialize the NVFIXProtocol. |
|
inline |
Initializes a new NVFIXProtocol instance with specified separators.
| fieldSeparator | The byte value representing the field separator. |
| headerSeparator | The byte value representing the header separator. |
| messageSeparator | The byte value representing the message separator. |
|
inlinevirtual |
Allocates a new NVFIX message.
Reimplemented from AMPS.Client.FIXProtocol.
|
inlinevirtual |
Gets the message stream for NVFIX protocol.
Reimplemented from AMPS.Client.FIXProtocol.