AMPS C# Client
5.3.3.4
AMPS C# Client for .NET
|
Public Member Functions | |
NVFIXProtocol (Properties props) | |
NVFIXProtocol (byte fieldSeparator, byte headerSeparator, byte messageSeparator) | |
override Message | allocateMessage () |
Allocates a new FIX message.
| |
override ProtocolParser | getMessageStream () |
Returns a parser instance that can deserialize a byte stream into a series of messages. More... | |
![]() | |
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) | |
Additional Inherited Members | |
![]() | |
byte | fieldSeparator = 0x01 |
byte | headerSeparator = 0x02 |
byte | messageSeparator = 0x03 |
Encoding | Encoding |
|
inlinevirtual |
Returns a parser instance that can deserialize a byte stream into a series of messages.
Reimplemented from AMPS.Client.FIXProtocol.