|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.marketcetera.ors.filters.FieldRemoverMessageModifier
public class FieldRemoverMessageModifier
Removes fields if present from FIX messages.
| Constructor Summary | |
|---|---|
FieldRemoverMessageModifier()
Create a new FieldRemoverMessageModifier instance. |
|
FieldRemoverMessageModifier(String inField)
Create a new FieldRemoverMessageModifier instance. |
|
| Method Summary | |
|---|---|
int |
getField()
Get the field value. |
String |
getMsgType()
Get the msgType value. |
boolean |
modifyMessage(Message inMessage,
ReportHistoryServices inHistoryServices,
FIXMessageAugmentor inAugmentor)
Implement the function to make in-line modifications to the incoming message. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FieldRemoverMessageModifier()
public FieldRemoverMessageModifier(String inField)
inField - a String value containing the field to remove in the form tag(msg-type)
IllegalArgumentException - if the field specification is null or non-conforming| Method Detail |
|---|
public boolean modifyMessage(Message inMessage,
ReportHistoryServices inHistoryServices,
FIXMessageAugmentor inAugmentor)
throws CoreException
MessageModifier
modifyMessage in interface MessageModifierinMessage - the message to be modifiedinAugmentor - FIX-version specific augmentor to apply to this message
CoreExceptionpublic String getMsgType()
String valuepublic int getField()
int valuepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||