net.sourceforge.fixpusher.model
Class FIXMessageFilter

java.lang.Object
  extended by net.sourceforge.fixpusher.model.FIXMessageFilter

public class FIXMessageFilter
extends java.lang.Object

The Class FIXMessageFilter.


Constructor Summary
FIXMessageFilter()
          Instantiates a new fIX message filter.
 
Method Summary
 void addFIXMessageFilterListener(FIXMessageFilterListener fixMessageFilterListener)
          Adds the fix message filter listener.
 boolean isHideEmptyFields()
          Checks if is hide empty fields.
 boolean isHideHeader()
          Checks if is hide header.
 boolean isHideHeartbeats()
          Checks if is hide heartbeats.
 boolean isHideOptionalFields()
          Checks if is hide optional fields.
 boolean isHideReceived()
          Checks if is hide received.
 boolean isHideSent()
          Checks if is hide sent.
 void removeFIXMessageFilterListener(FIXMessageFilterListener fixMessageFilterListener)
          Removes the fix message filter listener.
 void setHideEmptyFields(boolean hideEmptyField)
          Sets the hide empty fields.
 void setHideHeader(boolean hideHeader)
          Sets the hide header.
 void setHideHeartbeats(boolean hideHeartbeats)
          Sets the hide heartbeats.
 void setHideOptionalFields(boolean hideOptionalFields)
          Sets the hide optional fields.
 void setHideReceived(boolean hideReceived)
          Sets the hide received.
 void setHideSent(boolean hideSent)
          Sets the hide sent.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FIXMessageFilter

public FIXMessageFilter()
Instantiates a new fIX message filter.

Method Detail

addFIXMessageFilterListener

public void addFIXMessageFilterListener(FIXMessageFilterListener fixMessageFilterListener)
Adds the fix message filter listener.

Parameters:
fixMessageFilterListener - the fix message filter listener

isHideEmptyFields

public boolean isHideEmptyFields()
Checks if is hide empty fields.

Returns:
true, if is hide empty fields

isHideHeader

public boolean isHideHeader()
Checks if is hide header.

Returns:
true, if is hide header

isHideHeartbeats

public boolean isHideHeartbeats()
Checks if is hide heartbeats.

Returns:
true, if is hide heartbeats

isHideOptionalFields

public boolean isHideOptionalFields()
Checks if is hide optional fields.

Returns:
true, if is hide optional fields

isHideReceived

public boolean isHideReceived()
Checks if is hide received.

Returns:
true, if is hide received

isHideSent

public boolean isHideSent()
Checks if is hide sent.

Returns:
true, if is hide sent

removeFIXMessageFilterListener

public void removeFIXMessageFilterListener(FIXMessageFilterListener fixMessageFilterListener)
Removes the fix message filter listener.

Parameters:
fixMessageFilterListener - the fix message filter listener

setHideEmptyFields

public void setHideEmptyFields(boolean hideEmptyField)
Sets the hide empty fields.

Parameters:
hideEmptyField - the new hide empty fields

setHideHeader

public void setHideHeader(boolean hideHeader)
Sets the hide header.

Parameters:
hideHeader - the new hide header

setHideHeartbeats

public void setHideHeartbeats(boolean hideHeartbeats)
Sets the hide heartbeats.

Parameters:
hideHeartbeats - the new hide heartbeats

setHideOptionalFields

public void setHideOptionalFields(boolean hideOptionalFields)
Sets the hide optional fields.

Parameters:
hideOptionalFields - the new hide optional fields

setHideReceived

public void setHideReceived(boolean hideReceived)
Sets the hide received.

Parameters:
hideReceived - the new hide received

setHideSent

public void setHideSent(boolean hideSent)
Sets the hide sent.

Parameters:
hideSent - the new hide sent