public final class MessageCorridorProcessor extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
DEBUG_ENABLED |
protected static com.epam.common.logging.Log |
log |
static boolean |
startLogging |
static boolean |
TRACE_ENABLED |
Constructor and Description |
---|
MessageCorridorProcessor(MessageProcessor messageProcessor) |
Modifier and Type | Method and Description |
---|---|
void |
continueCorridorProcessing(Instrument instrument) |
MessageProcessor |
getMessageProcessor() |
void |
processEventInCorridor(Instrument instrument,
InstrumentEvent event) |
void |
processIncrementInCorridor(Instrument instrument,
GroupEntry entry) |
void |
processOtherInCorridor(Instrument instrument,
com.epam.fix.message.FIXFieldList msg) |
void |
processSnapshotInCorridor(Instrument instrument,
com.epam.fix.message.FIXFieldList msg) |
protected static final com.epam.common.logging.Log log
public static final boolean DEBUG_ENABLED
public static final boolean TRACE_ENABLED
public static boolean startLogging
public MessageCorridorProcessor(MessageProcessor messageProcessor)
public void processOtherInCorridor(Instrument instrument, com.epam.fix.message.FIXFieldList msg)
public void processSnapshotInCorridor(Instrument instrument, com.epam.fix.message.FIXFieldList msg)
public void continueCorridorProcessing(Instrument instrument)
public void processIncrementInCorridor(Instrument instrument, GroupEntry entry)
public MessageProcessor getMessageProcessor()
public void processEventInCorridor(Instrument instrument, InstrumentEvent event)
Copyright © 2000–2025 EPAM Systems. All rights reserved.