|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.epam.mdp.full.coders.FASTEncoder
public class FASTEncoder
| Field Summary |
|---|
| Fields inherited from interface com.epam.mdp.full.coders.Coder |
|---|
PACKET_LENGTH_LIMITATION |
| Constructor Summary | |
|---|---|
FASTEncoder(Context context)
Creates the FASTEncoder . |
|
| Method Summary | |
|---|---|
byte[] |
encode(EncoderContainer encoderContainer)
Encodes the input fix message to the byte array(FAST message). |
void |
resetContext()
Resets the data in context. |
void |
setContext(Context context)
Setter for context. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FASTEncoder(Context context)
FASTEncoder .
| Method Detail |
|---|
public byte[] encode(EncoderContainer encoderContainer)
encoderContainer - Container that contains templateId \
for esy found template(if template Id is null then encoder
use per - FIXMessage strategy for found template) and FIX message for encode.
public void setContext(Context context)
context - the contextpublic void resetContext()
resetContext in interface CoderCoder.resetContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||