com.epam.ice
Class ICETradeCapture
java.lang.Object
com.epam.ice.ICETradeCapture
- All Implemented Interfaces:
- FIXMessageListener, FIXSessionListener
public class ICETradeCapture
- extends Object
- implements FIXSessionListener
The ICE trade capture sample.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ICETradeCapture
public ICETradeCapture(FIXSession session,
String arg)
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.