net.sourceforge.agora.simulator.control
Class YahooAcceptor

java.lang.Object
  extended by net.sourceforge.agora.simulator.control.YahooAcceptor
All Implemented Interfaces:
quickfix.Application

public class YahooAcceptor
extends java.lang.Object
implements quickfix.Application

The Class YahooAcceptor.


Constructor Summary
YahooAcceptor()
          Instantiates a new yahoo acceptor.
 
Method Summary
 void connect()
          Connect.
 void disconnect()
          Disconnect.
 void fromAdmin(quickfix.Message msg, quickfix.SessionID arg1)
           
 void fromApp(quickfix.Message message, quickfix.SessionID session)
           
 void onCreate(quickfix.SessionID arg0)
           
 void onLogon(quickfix.SessionID arg0)
           
 void onLogout(quickfix.SessionID arg0)
           
 void send(quickfix.Message message)
          Send.
 void sendMessage(quickfix.Message message)
          Send message.
 void toAdmin(quickfix.Message msg, quickfix.SessionID sessionID)
           
 void toApp(quickfix.Message message, quickfix.SessionID session)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YahooAcceptor

public YahooAcceptor()
Instantiates a new yahoo acceptor.

Method Detail

connect

public void connect()
             throws java.lang.Exception
Connect.

Throws:
java.lang.Exception - the exception

disconnect

public void disconnect()
Disconnect.


fromAdmin

public void fromAdmin(quickfix.Message msg,
                      quickfix.SessionID arg1)
               throws quickfix.FieldNotFound,
                      quickfix.IncorrectDataFormat,
                      quickfix.IncorrectTagValue,
                      quickfix.RejectLogon
Specified by:
fromAdmin in interface quickfix.Application
Throws:
quickfix.FieldNotFound
quickfix.IncorrectDataFormat
quickfix.IncorrectTagValue
quickfix.RejectLogon

fromApp

public void fromApp(quickfix.Message message,
                    quickfix.SessionID session)
             throws quickfix.FieldNotFound,
                    quickfix.IncorrectDataFormat,
                    quickfix.IncorrectTagValue,
                    quickfix.UnsupportedMessageType
Specified by:
fromApp in interface quickfix.Application
Throws:
quickfix.FieldNotFound
quickfix.IncorrectDataFormat
quickfix.IncorrectTagValue
quickfix.UnsupportedMessageType

onCreate

public void onCreate(quickfix.SessionID arg0)
Specified by:
onCreate in interface quickfix.Application

onLogon

public void onLogon(quickfix.SessionID arg0)
Specified by:
onLogon in interface quickfix.Application

onLogout

public void onLogout(quickfix.SessionID arg0)
Specified by:
onLogout in interface quickfix.Application

send

public void send(quickfix.Message message)
Send.

Parameters:
message - the message

sendMessage

public void sendMessage(quickfix.Message message)
Send message.

Parameters:
message - the message

toAdmin

public void toAdmin(quickfix.Message msg,
                    quickfix.SessionID sessionID)
Specified by:
toAdmin in interface quickfix.Application

toApp

public void toApp(quickfix.Message message,
                  quickfix.SessionID session)
           throws quickfix.DoNotSend
Specified by:
toApp in interface quickfix.Application
Throws:
quickfix.DoNotSend