I am using the RFA Java API.
My program is getting snapshots by using MarketDataSubscriber, receiving MarketDataItemEvent.
I don't use dictionary.
Field 41 CONTR_MNTH (CONTRACT MONTH) is ALPHANUMERIC, length = 4.
I want to convert the value to format dd/mm/yyyy or java.util.Date.
In example -> APR8 should be 01.04.2018
Is there a utility (method) in the API which solve this easily ?