com.crankuptheamps.client
Class NVFIXProtocol

java.lang.Object
  extended by com.crankuptheamps.client.FIXProtocol
      extended by com.crankuptheamps.client.NVFIXProtocol
All Implemented Interfaces:
Protocol

public class NVFIXProtocol
extends FIXProtocol


Field Summary
 
Fields inherited from class com.crankuptheamps.client.FIXProtocol
CharsetName, CodingErrorAction, fieldSeparator, headerSeparator, messageSeparator
 
Constructor Summary
NVFIXProtocol()
           
NVFIXProtocol(byte fieldSeparator, byte headerSeparator, byte messageSeparator)
           
NVFIXProtocol(Properties props)
           
 
Method Summary
 NVFIXMessage allocateMessage()
           
 ProtocolParser getMessageStream()
           
 
Methods inherited from class com.crankuptheamps.client.FIXProtocol
setV1
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

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