Interface SyntheticComponentServerFieldSet
public interface SyntheticComponentServerFieldSet
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdds a field to this eventdefault voidsetTraderSpotAskRate(Object value) The trader spot ask ratedefault voidsetTraderSpotBidRate(Object value) The trader spot bid rate
-
Method Details
-
addField
Adds a field to this event- Parameters:
fieldName- The name of the field to add.value- The value of the field to add. If the value is a BigDecimal then it will be converted to aStringusingBigDecimal.toPlainString()
-
setTraderSpotBidRate
The trader spot bid rate- Parameters:
value- The value to be set passed by i18n
-
setTraderSpotAskRate
The trader spot ask rate- Parameters:
value- The value to be set passed by i18n
-