public interface FIXTransport extends StreamTransport
Modifier and Type | Method and Description |
---|---|
boolean |
isSessionConnected() |
void |
removeStateListener(TransportStateListener listener)
Remove connection state listener.
|
void |
send(com.epam.fix.message.FIXFieldList message) |
void |
setStateListener(TransportStateListener listener)
Sets connection state listener.
|
connect, disconnect, dispose, isConnect, removeMessageStreamListener, setMessageStreamListener
void send(com.epam.fix.message.FIXFieldList message) throws IOException
IOException
void setStateListener(TransportStateListener listener)
listener
- the listenervoid removeStateListener(TransportStateListener listener)
listener
- the listenerboolean isSessionConnected()
Copyright © 2000–2025 EPAM Systems. All rights reserved.