public class NVFIXProtocol extends FIXProtocol
CharsetName, CodingErrorAction, fieldSeparator, headerSeparator, messageSeparator
Constructor and Description |
---|
NVFIXProtocol()
Initializes a new NVFIXProtocol instance.
|
NVFIXProtocol(byte fieldSeparator,
byte headerSeparator,
byte messageSeparator)
Initializes a new NVFIXProtocol instance with specified separators.
|
NVFIXProtocol(java.util.Properties props)
Initializes a new NVFIXProtocol instance with properties
|
Modifier and Type | Method and Description |
---|---|
NVFIXMessage |
allocateMessage()
Allocates a new NVFIX message.
|
ProtocolParser |
getMessageStream()
Gets the message stream for NVFIX protocol.
|
public NVFIXProtocol()
public NVFIXProtocol(java.util.Properties props)
props
- The properties to initialize the NVFIXProtocol.public NVFIXProtocol(byte fieldSeparator, byte headerSeparator, byte messageSeparator)
fieldSeparator
- The byte value representing the field separator.headerSeparator
- The byte value representing the header separator.messageSeparator
- The byte value representing the message separator.public NVFIXMessage allocateMessage()
allocateMessage
in interface Protocol
allocateMessage
in class FIXProtocol
public ProtocolParser getMessageStream()
getMessageStream
in interface Protocol
getMessageStream
in class FIXProtocol