|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.epam.mdp.full.template.types.value.TypeValueSequenceImpl com.epam.mdp.full.message.FastMessage
public class FastMessage
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 |
---|
public FastMessage()
Method Detail |
---|
public java.lang.String getTemplateName()
IFastMessage
getTemplateName
in interface IFastMessage
IFastMessage.getTemplateName()
public void setTemplateName(java.lang.String templateName)
IFastMessage
setTemplateName
in interface IFastMessage
IFastMessage.setTemplateName(String)
public FIXFieldList toFIXMessage()
IFastMessage
toFIXMessage
in interface IFastMessage
IFastMessage.toFIXMessage()
public byte[] toBytes()
IFastMessage
toBytes
in interface IFastMessage
public byte[] toBytesValue()
ITypeValue
toBytesValue
in interface ITypeValue
toBytesValue
in class TypeValueSequenceImpl
IFastMessage.toBytes()
public java.lang.String toString()
toString
in class TypeValueSequenceImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |