public class DefaultLBNCustomFieldsFactory extends java.lang.Object implements LBNCustomFieldsFactory
LBNCustomFieldsFactory
that creates record fields to be published to the blotter.
The fields are additional fields that are not already contained in the standard set of fields send to the blotter.Constructor and Description |
---|
DefaultLBNCustomFieldsFactory() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
createRecordFields(com.caplin.ret.trapi.lbn.DealRecord dealRecord,
com.caplin.motif.fx.ret.lbn.internal.DealRecordType type)
Create fields from CDealRecord record.
|
@Nonnull public java.util.Map<java.lang.String,java.lang.String> createRecordFields(@Nonnull com.caplin.ret.trapi.lbn.DealRecord dealRecord, @Nonnull com.caplin.motif.fx.ret.lbn.internal.DealRecordType type)
createRecordFields
in interface LBNCustomFieldsFactory
dealRecord
- - DealRecord - provides method getCDealRecord to get CDealRecord object received from Reuters.type
- - DealRecordType - the type of deal e.g insert, update or withdrawnCopyright © 2016 Caplin Systems.