com.epam.mdp.full.message
Class FastMessage

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

public class FastMessage
extends TypeValueSequenceImpl
implements IFastMessage

The FAST message.


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
FastMessage()
           
 
Method Summary
 java.lang.String getTemplateName()
          Gets template name.
 void setTemplateName(java.lang.String templateName)
          Sets template name
 byte[] toBytes()
          Converts to array of byte.
 byte[] toBytesValue()
          Gets raw value.
 FIXFieldList toFIXMessage()
          Convert to FIX message.
 java.lang.String toString()
           
 
Methods inherited from class com.epam.mdp.full.template.types.value.TypeValueSequenceImpl
addTypeValue, 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, addTypeValue, getById, getByName, getList, isEmpty
 

Constructor Detail

FastMessage

public FastMessage()
Method Detail

getTemplateName

public java.lang.String getTemplateName()
Description copied from interface: IFastMessage
Gets template name.

Specified by:
getTemplateName in interface IFastMessage
See Also:
IFastMessage.getTemplateName()

setTemplateName

public void setTemplateName(java.lang.String templateName)
Description copied from interface: IFastMessage
Sets template name

Specified by:
setTemplateName in interface IFastMessage
See Also:
IFastMessage.setTemplateName(String)

toFIXMessage

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

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

toBytes

public byte[] toBytes()
Description copied from interface: IFastMessage
Converts to array of byte.

Specified by:
toBytes in interface IFastMessage

toBytesValue

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

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

toString

public java.lang.String toString()
Overrides:
toString in class TypeValueSequenceImpl


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