Replace OHLCValueEvent
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user