DataSource.NET
IRecordType1Message Interface
NamespacesCaplin.DataSource.Messaging.RecordIRecordType1Message
Interface for sending Type 1 Record messages, enabling one to add fields by field name.
Declaration Syntax
C#Visual BasicVisual C++
public interface IRecordType1Message : IRecordMessage, 
	IMessage
Public Interface IRecordType1Message _
	Implements IRecordMessage, IMessage
public interface class IRecordType1Message : 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 type1 record message should be cached in the DataSource (both remote and local ).

RemoveField(String)
Removes the given field from this RecordMessage.
(Inherited from IRecordMessage.)
SetField(String, String)
Sets the value of a specified field.
(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.2.6.2123 (6.2.6.2123)