DataSource.NET
IRecordMessage Interface
NamespacesCaplin.DataSource.Messaging.RecordIRecordMessage
Base interface for all Record messages.
Declaration Syntax
C#Visual BasicVisual C++
public interface IRecordMessage : IMessage
Public Interface IRecordMessage _
	Implements IMessage
public interface class IRecordMessage : IMessage
Members
All MembersMethodsProperties



IconMemberDescription
ClearFields()()()
Removes all the fields

ContainsField(String)
Determines whether the message contains the specified field

Fields
Gets the fields within this mesasge.

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.

Item[([(String])])
Gets or sets a specified field.

RemoveField(String)
Removes the given field from this RecordMessage.

SetField(String, String)
Sets the value of a specified field.

Subject
Gets the subject of this message.
(Inherited from IMessage.)

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)