|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Template
FAST Template.
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. |
String |
getFixMessageType()
Returns FIX message type for this template. |
String |
getId()
Returns template id. |
String |
getName()
Returns template name. |
boolean |
occupiesPresenceMap()
|
Method Detail |
---|
String getId()
String getName()
String getDictionaryId()
String getFixMessageType()
void decode(DecodingContext context) throws FastException
context
- decoding data
FastException
- if decoding failedbyte[] encode(EncodingContext context) throws FastException
context
- encoding data
FastException
- if encoding failedTemplate copy()
void fillTemplateRef(String name, Template template)
boolean occupiesPresenceMap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |