DataSource.NET
Caplin.DataSource.Messaging.Record Namespace
NamespacesCaplin.DataSource.Messaging.Record

The Caplin.DataSource.Messaging.Record namespace contains interfaces for the generation of updates to Record subjects.

Records comprise of Name-Value pairs of fields which represent the values of a Subject.

Declaration Syntax
C#Visual BasicVisual C++
namespace Caplin.DataSource.Messaging.Record
Namespace Caplin.DataSource.Messaging.Record
namespace Caplin.DataSource.Messaging.Record
Types
All TypesInterfaces
IconTypeDescription
IGenericMessage
Interface for sending Generic messages, enabling one to add fields by field name.

IRecordMessage
Base interface for all Record messages.

IRecordType1Message
Interface for sending Type 1 Record messages, enabling one to add fields by field name.

IRecordType2Message
Interface for populating Type 2 Record messages, adding fields by field name.

IRecordType3Message
Interface for populating Type 3 Record messages, adding fields by field name.