public class FIXTransportImpl extends AbstractFIXTransport
fixSessionlistenerObservers, log| Constructor and Description |
|---|
FIXTransportImpl(Connection primary,
Connection backup) |
| Modifier and Type | Method and Description |
|---|---|
void |
connect(StreamListener listener)
Connect to stream.
|
void |
disconnect(StreamListener listener)
Disconnect to stream.
|
void |
send(com.epam.fix.message.FIXFieldList message) |
connectImpl, createFIXSession, disconnectImpl, dispose, isConnect, isSessionConnected, removeStateListener, setStateListenerremoveMessageStreamListener, setMessageStreamListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitremoveMessageStreamListener, setMessageStreamListenerpublic FIXTransportImpl(Connection primary, Connection backup)
public void send(com.epam.fix.message.FIXFieldList message)
throws IOException
IOExceptionpublic void connect(StreamListener listener) throws IOException
StreamTransportconnect in interface StreamTransportconnect in class AbstractFIXTransportlistener - the listenerIOException - if error occurredpublic void disconnect(StreamListener listener) throws IOException
StreamTransportdisconnect in interface StreamTransportdisconnect in class AbstractFIXTransportlistener - the listenerIOException - if error occurredCopyright © 2000–2025 EPAM Systems. All rights reserved.