}
private static void registerBidPriceValidator(IConfigRegistry configRegistry) {
configRegistry.registerConfigAttribute(
EditConfigAttributes.DATA_VALIDATOR,
new DefaultNumericDataValidator(), DisplayMode.EDIT,
BID_PRICE_CONFIG_LABEL);
configRegistry.registerConfigAttribute(
EditConfigAttributes.DATA_VALIDATOR,
new DefaultNumericDataValidator(), DisplayMode.NORMAL,
BID_PRICE_CONFIG_LABEL);
}