com.epam.ice
Class ICETradeCapture

java.lang.Object
  extended by com.epam.ice.ICETradeCapture
All Implemented Interfaces:
FIXMessageListener, FIXSessionListener

public class ICETradeCapture
extends Object
implements FIXSessionListener

The ICE trade capture sample.


Constructor Summary
ICETradeCapture(FIXSession session, String arg)
           
 
Method Summary
static void main(String[] args)
           
 void onNewMessage(FIXFieldList message)
          This method is invoked every time when FIX Engine receives application message.
 void onSessionStateChange(SessionState sessionState)
          This method is invoked every time when Session is changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICETradeCapture

public ICETradeCapture(FIXSession session,
                       String arg)
Method Detail

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException

onSessionStateChange

public void onSessionStateChange(SessionState sessionState)
Description copied from interface: FIXSessionListener
This method is invoked every time when Session is changed.

Specified by:
onSessionStateChange in interface FIXSessionListener
Parameters:
sessionState - new session state

onNewMessage

public void onNewMessage(FIXFieldList message)
Description copied from interface: FIXMessageListener
This method is invoked every time when FIX Engine receives application message.

Specified by:
onNewMessage in interface FIXMessageListener
Parameters:
message - the incoming message


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.