Interface MMPostTradeExecutionServerFieldSet
public interface MMPostTradeExecutionServerFieldSet
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds a field to this eventdefault void
Fees for the post trade tradedefault void
setInterestRate
(Object value) Interest rate on the given PrincipalAmount.default void
setQuoteID
(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 aString
usingBigDecimal.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
-