Interface MMPostTradeSubmissionServerFieldSet
public interface MMPostTradeSubmissionServerFieldSet
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdds a field to this eventdefault voidsetMaturityDate(Object value) In ISO-8601 format, i.e.default voidsetMaturityTenor(Object value) The tenor of the maturity date e.g.default voidsetPrincipalAmount(Object value) The amount being requested for post tradedefault voidsetStartDate(Object value) In ISO-8601 format, i.e.default voidsetStartTenor(Object value) The tenor of the start date e.g.
-
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()
-
setPrincipalAmount
The amount being requested for post trade- Parameters:
value- The value to be set passed by i18n
-
setStartDate
In ISO-8601 format, i.e. YYYY-MM-DD- Parameters:
value- The value to be set passed by i18n
-
setStartTenor
The tenor of the start date e.g. SPOT- Parameters:
value- The value to be set passed by i18n
-
setMaturityDate
In ISO-8601 format, i.e. YYYY-MM-DD- Parameters:
value- The value to be set passed by i18n
-
setMaturityTenor
The tenor of the maturity date e.g. 1W- Parameters:
value- The value to be set passed by i18n
-