net.sourceforge.fixagora.basis.server.control.component
Class PendingSecurityListRequest

java.lang.Object
  extended by net.sourceforge.fixagora.basis.server.control.component.PendingSecurityListRequest

public class PendingSecurityListRequest
extends java.lang.Object

The Class PendingSecurityListRequest.


Constructor Summary
PendingSecurityListRequest(quickfix.Message message, quickfix.SessionID sessionID)
          Instantiates a new pending security list request.
 
Method Summary
 quickfix.Message getMessage()
          Gets the message.
 quickfix.SessionID getSessionID()
          Gets the session id.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PendingSecurityListRequest

public PendingSecurityListRequest(quickfix.Message message,
                                  quickfix.SessionID sessionID)
Instantiates a new pending security list request.

Parameters:
message - the message
sessionID - the session id
Method Detail

getMessage

public quickfix.Message getMessage()
Gets the message.

Returns:
the message

getSessionID

public quickfix.SessionID getSessionID()
Gets the session id.

Returns:
the session id