Interface ESPSubmissionServerFieldSet
public interface ESPSubmissionServerFieldSet
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdds a field to this eventdefault voidsetLocationType(Object value) The location of the client performing the NDF tradedefault voidsetSettlementCurrency(Object value) The settlement currency of the NDF trade
-
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()
-
setLocationType
The location of the client performing the NDF trade- Parameters:
value- The value to be set passed by i18n
-
setSettlementCurrency
The settlement currency of the NDF trade- Parameters:
value- The value to be set passed by i18n
-