Interface SalesInterventionQuoteLegServerFieldSet
public interface SalesInterventionQuoteLegServerFieldSet
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdds a field to this eventdefault 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.default voidsetTraderFwdAskPoints(Object value) For forward trades this is the forward points that the client wants to trade on.default voidsetTraderFwdBidPoints(Object value) For forward trades this is the forward points that the client wants to trade on.
-
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()
-
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
-
setTraderFwdBidPoints
For forward trades this is the forward points that the client wants to trade on. The value of this field must equal the value of either the BidPoints or AskPoints field on the rate update that the client is executing. For SPOT trades this field should be not sent. If the trade is a forward but the back end did not send the BidPoints and AskPoints fields (because they are optional) then this field should be not sent.- Parameters:
value- The value to be set passed by i18n
-
setTraderFwdAskPoints
For forward trades this is the forward points that the client wants to trade on. The value of this field must equal the value of either the BidPoints or AskPoints field on the rate update that the client is executing. For SPOT trades this field should be not sent. If the trade is a forward but the back end did not send the BidPoints and AskPoints fields (because they are optional) then this field should be not sent.- Parameters:
value- The value to be set passed by i18n
-