public class ICETradeCapture extends Object implements FIXSessionListener
Constructor and Description |
---|
ICETradeCapture(FIXSession session,
String arg) |
Modifier and Type | Method and Description |
---|---|
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.
|
public ICETradeCapture(FIXSession session, String arg)
public static void main(String[] args) throws IOException
IOException
public void onSessionStateChange(SessionState sessionState)
FIXSessionListener
onSessionStateChange
in interface FIXSessionListener
sessionState
- new session statepublic void onNewMessage(FIXFieldList message)
FIXMessageListener
onNewMessage
in interface FIXMessageListener
message
- the incoming messageCopyright © 2000–2022 EPAM Systems. All rights reserved.