DataSource.NET
IRecordType3Message Interface
NamespacesCaplin.DataSource.Messaging.RecordIRecordType3Message
Interface for populating Type 3 Record messages, adding fields by field name.
Declaration Syntax
C#Visual BasicVisual C++
public interface IRecordType3Message : IRecordMessage, 
	IMessage
Public Interface IRecordType3Message _
	Implements IRecordMessage, IMessage
public interface class IRecordType3Message : 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.)
RemoveField(String)
Removes the given field from this RecordMessage.
(Inherited from IRecordMessage.)
Subject
Gets the subject of this message.
(Inherited from IMessage.)
Remarks

To construct an IRecordType3Message use the IMessageFactory obtained from the IPublisher interface; objects implementing IRecordType3Message cannot be instantiated directly.

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