Changing fields
Modifying the type of the TradeLeg field in the TradeStore store in the VaR schema from a String to a Double:
configurator.updateField("VaR", "TradeStore", new CustomField("TradeLeg", ILiteralType.DOUBLE).asKeyField());
Modifying the type of the TradeLeg field in the TradeStore store in the VaR schema from a String to a Double:
configurator.updateField("VaR", "TradeStore", new CustomField("TradeLeg", ILiteralType.DOUBLE).asKeyField());