Interface AmendLegServerFieldSet
public interface AmendLegServerFieldSet
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdds a field to this eventdefault voidsetAllInAskMargin(Object value) This is the user’s selected SpotBidMargin added to the selected FwdBidMargindefault voidsetAllInBidMargin(Object value) This is the user’s selected SpotBidMargin added to the selected FwdBidMargindefault voidsetFwdAskMargin(Object value) This field represents the Forward margin that the sales user has selected.default voidsetFwdBidMargin(Object value) This field represents the Forward margin that the sales user has selected.
-
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()
-
setAllInBidMargin
This is the user’s selected SpotBidMargin added to the selected FwdBidMargin- Parameters:
value- The value to be set passed by i18n
-
setAllInAskMargin
This is the user’s selected SpotBidMargin added to the selected FwdBidMargin- Parameters:
value- The value to be set passed by i18n
-
setFwdBidMargin
This field represents the Forward margin that the sales user has selected. This field should be sent raw and unformatted.- Parameters:
value- The value to be set passed by i18n
-
setFwdAskMargin
This field represents the Forward margin that the sales user has selected. This field should be sent raw and unformatted.- Parameters:
value- The value to be set passed by i18n
-