Dear All,
It seems to me that I don't receive calendar event messages any more.
To confirm, I added a simple log at the start of the onMessage in my strategy:
@Override
public void onMessage(final IMessage message) throws JFException {
try {
if (message.getType() != null && !message.getType().equals(IMessage.Type.INSTRUMENT_STATUS)) {
log.info(message.getType().toString());
}
And I don't receive anything except my orders: ORDER_FILL_OK, ORDER_CLOSE_OK, ORDER_CHANGED_OK are all received properly, but nothing of IMessage.Type.CALENDAR.
Did something change? Am I the only one having this problem? I am not sure exactly when this problem started to occur.
Thank you in advance!
Kind Regards