| Package | Description |
|---|---|
| com.epam.bovespafast.impl.transport.fast | |
| com.epam.bovespafast.impl.transport.util | |
| com.epam.cmefast.impl.reader | |
| com.epam.fast.full.session.client |
| Modifier and Type | Method and Description |
|---|---|
protected IFASTChannel |
TwinStreamTransportImpl.connectImpl(Connection connectionA,
Connection connectionB,
com.epam.fast.full.coders.stream.SeqNumHelper secNumHelper,
TransportType transportType) |
protected IFASTChannel |
AbstractStreamTransport.connectImpl(Connection connection,
TransportType transportType) |
| Modifier and Type | Method and Description |
|---|---|
IFASTChannel |
FASTChannelFactory.createEmptyFASTChannel() |
IFASTChannel |
FASTChannelFactory.createFASTChannel(com.epam.common.transport.client.udp.UDPTransport udpTransport,
FIXFASTListener fixfastListener,
ChannelVersion chanelVersion,
com.epam.fast.full.coders.stream.SeqNumHelper secNumHelper,
TransportType transportType) |
IFASTChannel |
FASTChannelFactory.createFASTChannel(com.epam.common.transport.client.udp.UDPTransport udpTransport,
FIXFASTListener fixfastListener,
com.epam.fast.full.coders.stream.SeqNumHelper secNumHelper,
TransportType transportType) |
IFASTChannel |
FASTChannelFactory.createFASTChannel(com.epam.common.transport.client.udp.UDPTransport udpTransportA,
com.epam.common.transport.client.udp.UDPTransport udpTransportB,
FIXFASTListener fixfastListener,
ChannelVersion chanelVersion,
com.epam.fast.full.coders.stream.SeqNumHelper secNumHelper,
TransportType transportType) |
IFASTChannel |
FASTChannelFactory.createFASTChannel(com.epam.common.transport.client.udp.UDPTransport udpTransportA,
com.epam.common.transport.client.udp.UDPTransport udpTransportB,
FIXFASTListener fixfastListener,
com.epam.fast.full.coders.stream.SeqNumHelper secNumHelper,
TransportType transportType) |
| Modifier and Type | Method and Description |
|---|---|
IFASTChannel |
FASTChannelFactory.createFASTChannel(com.epam.common.transport.client.udp.UDPTransport udpTransport,
FIXFASTListener fixfastListener,
ChannelVersion chanelVersion,
com.epam.fast.full.coders.stream.SeqNumHelper seqNumHelper,
TransportType transportType)
Deprecated.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ITwinFASTChannel |
| Modifier and Type | Class and Description |
|---|---|
class |
FastChannel
This class provides the functionality to establish a connection with FAST servers,
reading data and transforming them into FIX message.
|
class |
TwinBovespaFASTChannel
Deprecated.
|
class |
TwinFASTChannel
This class provides the functionality to establish a connection with FAST servers,
reading data and transforming them into FIX message.
|
| Modifier and Type | Method and Description |
|---|---|
IFASTChannel |
FASTClientFactory.createFASTChannel(com.epam.common.transport.Transport transport,
FIXFASTListener listener,
ChannelVersion chanelVersion,
com.epam.fast.full.coders.stream.SequenceObserver sequenceObserver,
TransportType transportType)
Creates the instance of
FastChannel. |
IFASTChannel |
FASTClientFactory.createFASTChannel(com.epam.common.transport.Transport transport,
FIXFASTListener listener,
TransportType transportType)
Creates the instance of
FastChannel. |
IFASTChannel |
FASTClientFactory.createFASTChannel(com.epam.common.transport.Transport primaryTransport,
com.epam.common.transport.Transport backupTransport,
FIXFASTListener listener,
ChannelVersion chanelVersion,
com.epam.fast.full.coders.stream.SequenceObserver sequenceObserver,
TransportType transportType)
Creates the instance of
FastChannel. |
static IFASTChannel |
ChannelThreadContext.get() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ChannelThreadContext.set(IFASTChannel channel) |
| Constructor and Description |
|---|
DispatcherThread(com.epam.common.transport.Transport transport,
FIXFASTListener listener,
FASTDecoderFactory decoder,
com.epam.fast.full.coders.stream.SequenceObserver sequenceObserver,
IFASTChannel channel,
TransportType transportType)
Constructor of
DispatcherThread for create instance. |
Copyright © 2000–2025 EPAM Systems. All rights reserved.