com.epam.mdp.full.message
Class FastFixMessageAdaptor

java.lang.Object
  extended by com.epam.mdp.full.template.types.value.TypeValueSequenceImpl
      extended by com.epam.mdp.full.message.FastMessage
          extended by com.epam.mdp.full.message.FastFixMessageAdaptor
All Implemented Interfaces:
IFastMessage, ITypeValue, TypeValueSequence

public class FastFixMessageAdaptor
extends FastMessage


Field Summary
 
Fields inherited from class com.epam.mdp.full.template.types.value.TypeValueSequenceImpl
list, type
 
Fields inherited from interface com.epam.mdp.full.template.types.value.ITypeValue
NULL, UNDEFINED
 
Constructor Summary
FastFixMessageAdaptor()
           
FastFixMessageAdaptor(ITypeValue value)
           
FastFixMessageAdaptor(java.util.List<ITypeValue> values)
           
 
Method Summary
 void addTypeValue(ITypeValue typeValue)
           
 byte[] toBytesValue()
          Gets raw value.
 FIXFieldList toFIXMessage()
          Convert to FIX message.
 
Methods inherited from class com.epam.mdp.full.message.FastMessage
getTemplateName, setTemplateName, toBytes, toString
 
Methods inherited from class com.epam.mdp.full.template.types.value.TypeValueSequenceImpl
addTypeValue, getById, getByName, getList, getRawValue, getType, getValue, isEmpty, isNull, isUndefined, setValue, toFIXValue, toFIXValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.epam.mdp.full.template.types.value.TypeValueSequence
addTypeValue, getById, getByName, getList, isEmpty
 

Constructor Detail

FastFixMessageAdaptor

public FastFixMessageAdaptor()

FastFixMessageAdaptor

public FastFixMessageAdaptor(ITypeValue value)

FastFixMessageAdaptor

public FastFixMessageAdaptor(java.util.List<ITypeValue> values)
Method Detail

addTypeValue

public void addTypeValue(ITypeValue typeValue)
Specified by:
addTypeValue in interface TypeValueSequence
Overrides:
addTypeValue in class TypeValueSequenceImpl

toFIXMessage

public FIXFieldList toFIXMessage()
Description copied from interface: IFastMessage
Convert to FIX message.

Specified by:
toFIXMessage in interface IFastMessage
Overrides:
toFIXMessage in class FastMessage
See Also:
IFastMessage.toFIXMessage()

toBytesValue

public byte[] toBytesValue()
Description copied from interface: ITypeValue
Gets raw value.

Specified by:
toBytesValue in interface ITypeValue
Overrides:
toBytesValue in class FastMessage
Returns:
String
See Also:
IFastMessage.toBytes()


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.