public class MarketDataSyncManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ChannelContext |
context |
protected com.epam.common.logging.Log |
log |
protected SnapshotManager |
snapshotManager |
protected TransportMessageSubscriber |
transportMessageSubscriber |
| Constructor and Description |
|---|
MarketDataSyncManager(ChannelContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
startFeeds() |
void |
startFeeds(Instrument instrument) |
void |
startRecoveryFeed() |
void |
stopFeeds() |
void |
stopFeeds(Instrument instrument) |
void |
stopIncrementFeed() |
void |
stopRecoveryFeed(Instrument instrument) |
protected final com.epam.common.logging.Log log
protected ChannelContext context
protected TransportMessageSubscriber transportMessageSubscriber
protected SnapshotManager snapshotManager
public MarketDataSyncManager(ChannelContext context)
public void startFeeds()
throws IOException
IOExceptionpublic void stopRecoveryFeed(Instrument instrument) throws IOException
IOExceptionpublic void startRecoveryFeed()
throws IOException
IOExceptionpublic void stopFeeds()
throws IOException
IOExceptionpublic void stopIncrementFeed()
throws IOException
IOExceptionpublic void startFeeds(Instrument instrument) throws IOException
IOExceptionpublic void stopFeeds(Instrument instrument) throws IOException
IOExceptionCopyright © 2000–2025 EPAM Systems. All rights reserved.