Replace OHLCValueEvent

This commit is contained in:
2018-11-14 20:53:09 -08:00
parent 92c3636d8f
commit 8cf12a27fb
3 changed files with 14 additions and 57 deletions

View File

@ -16,7 +16,6 @@ import org.slf4j.LoggerFactory;
import ats.orders.MarketOrderRequest;
import ats.plugin.OHLCEvent;
import ats.plugin.OHLCPlugInViewFactory;
import ats.plugin.OHLCValueEvent;
public class EsperProcessor implements TickProcessor {
@ -36,7 +35,6 @@ public class EsperProcessor implements TickProcessor {
// register event types defined in java classes
config.addEventType(TickEvent.class);
config.addEventType(OHLCEvent.class);
config.addEventType(OHLCValueEvent.class);
config.addEventType(DateTime.class);
// add OHLC plugin