Interface MMPostTradeExecutionServerFieldSet
public interface MMPostTradeExecutionServerFieldSet
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdds a field to this eventdefault voidFees for the post trade tradedefault voidsetInterestRate(Object value) Interest rate on the given PrincipalAmount.default voidsetQuoteID(Object value) The unique ID of the quote 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()
-
setQuoteID
The unique ID of the quote the client wants to trade on.- Parameters:
value- The value to be set passed by i18n
-
setInterestRate
Interest rate on the given PrincipalAmount.- Parameters:
value- The value to be set passed by i18n
-
setFees
Fees for the post trade trade- Parameters:
value- The value to be set passed by i18n
-