DataSource.NET
IGenericMessage Interface
NamespacesCaplin.DataSource.Messaging.RecordIGenericMessage
Interface for sending Generic messages, enabling one to add fields by field name.
Declaration Syntax
C#Visual BasicVisual C++
public interface IGenericMessage : IRecordMessage, 
	IMessage
Public Interface IGenericMessage _
	Implements IRecordMessage, IMessage
public interface class IGenericMessage : IRecordMessage, 
	IMessage
Members
All MembersMethodsProperties



IconMemberDescription
ClearFields()()()
Removes all the fields
(Inherited from IRecordMessage.)
ContainsField(String)
Determines whether the message contains the specified field
(Inherited from IRecordMessage.)
Fields
Gets the fields within this mesasge.
(Inherited from IRecordMessage.)
Image
Gets or sets a boolean value indicating whether this IMessage represents an image or an update.
(Inherited from IMessage.)
InitialLatencyChainTime
Sets the initial time for latency chaining.
(Inherited from IRecordMessage.)
Item[([(String])])
Gets or sets a specified field.
(Inherited from IRecordMessage.)
NoCache
Gets or sets whether this generic message should be cached in the DataSource (both remote and local ).

RemoveField(String)
Removes the given field from this RecordMessage.
(Inherited from IRecordMessage.)
Subject
Gets the subject of this message.
(Inherited from IMessage.)
Remarks

An object implementing this interface can not be instantiated directly, but can be constructed using the IMessageFactory that is available on the IPublisher interface.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.0.12.814 (6.0.12.0814)