com.crankuptheamps.client
Class NVFIXProtocol
java.lang.Object
com.crankuptheamps.client.FIXProtocol
com.crankuptheamps.client.NVFIXProtocol
- All Implemented Interfaces:
- Protocol
public class NVFIXProtocol
- extends FIXProtocol
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NVFIXProtocol
public NVFIXProtocol()
NVFIXProtocol
public NVFIXProtocol(Properties props)
throws ProtocolException
- Throws:
ProtocolException
NVFIXProtocol
public NVFIXProtocol(byte fieldSeparator,
byte headerSeparator,
byte messageSeparator)
throws ProtocolException
- Throws:
ProtocolException
allocateMessage
public NVFIXMessage allocateMessage()
- Specified by:
allocateMessage
in interface Protocol
- Overrides:
allocateMessage
in class FIXProtocol
getMessageStream
public ProtocolParser getMessageStream()
- Specified by:
getMessageStream
in interface Protocol
- Overrides:
getMessageStream
in class FIXProtocol