Package de.gsi.financial.samples.service
Interface OhlcvChangeListener
-
- All Known Implementing Classes:
BacktestExecutionPlatform,MktOrderListTradePlan
public interface OhlcvChangeListenerOHLCV Listener about structure changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtickEvent(de.gsi.dataset.spi.financial.api.ohlcv.IOhlcvItem ohlcvItem)Notification event about new ohlcv item changed
-