|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.onixs.fix.fast.template.TemplateImpl
public class TemplateImpl
Constructor Summary | |
---|---|
TemplateImpl()
|
Method Summary | |
---|---|
Template |
copy()
|
void |
decode(DecodingContext context)
Decodes FAST data to FIX message. |
byte[] |
encode(EncodingContext context)
Encodes FIX message to binary FAST data. |
void |
fillTemplateRef(String name,
Template template)
|
String |
getDictionaryId()
Returns template dictionary id. |
FieldInstr[] |
getFieldInstrs()
|
String |
getFixMessageType()
Returns FIX message type for this template. |
String |
getId()
Returns template id. |
String |
getName()
Returns template name. |
boolean |
occupiesPresenceMap()
|
void |
setDictionaryId(String dictionaryId)
|
void |
setFieldInstrs(FieldInstr[] fieldInstrs)
|
void |
setId(String id)
|
void |
setName(String name)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TemplateImpl()
Method Detail |
---|
public String getId()
Template
getId
in interface Template
public String getName()
Template
getName
in interface Template
public String getDictionaryId()
Template
getDictionaryId
in interface Template
public void setDictionaryId(String dictionaryId)
public void setId(String id)
public void setName(String name)
public FieldInstr[] getFieldInstrs()
public void setFieldInstrs(FieldInstr[] fieldInstrs)
public String getFixMessageType()
Template
getFixMessageType
in interface Template
public void decode(DecodingContext context) throws FastException
Template
decode
in interface Template
context
- decoding data
FastException
- if decoding failedpublic byte[] encode(EncodingContext context) throws FastException
Template
encode
in interface Template
context
- encoding data
FastException
- if encoding failedpublic Template copy()
copy
in interface Template
public void fillTemplateRef(String name, Template template)
fillTemplateRef
in interface Template
public boolean occupiesPresenceMap()
occupiesPresenceMap
in interface Template
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |