DataSource.NET  8.0.1.207118-0de6d82f
Caplin.DataSource.Messaging.Record.IRecordType1Message Interface Reference

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

Inheritance diagram for Caplin.DataSource.Messaging.Record.IRecordType1Message:
Caplin.DataSource.Messaging.Record.IRecordMessage Caplin.DataSource.Messaging.IMessage

Properties

bool NoCache [get, set]
 Gets or sets whether this type1 record message should be cached in the DataSource (both remote and local ). More...
 
- Properties inherited from Caplin.DataSource.Messaging.Record.IRecordMessage
IList< IFieldFields [get]
 Gets the fields within this mesasge. More...
 
DateTime InitialLatencyChainTime [set]
 Sets the initial time for latency chaining. More...
 
string this[string fieldName] [get, set]
 Gets or sets a specified field. More...
 
- Properties inherited from Caplin.DataSource.Messaging.IMessage
bool Image [get, set]
 Gets or sets a boolean value indicating whether this IMessage represents an image or an update. More...
 
string Subject [get]
 Gets the subject of this message. More...
 

Additional Inherited Members

- Public Member Functions inherited from Caplin.DataSource.Messaging.Record.IRecordMessage
void AddLatencyChainPoint (string pointName, DateTime dateTime)
 Adds a latency chain point More...
 
void ClearFields ()
 Removes all the fields More...
 
bool ContainsField (string fieldName)
 Determines whether the message contains the specified field More...
 
void RemoveField (string fieldName)
 Removes the given field from this RecordMessage. More...
 
void SetField (string fieldName, string value)
 Sets the value of a specified field. More...
 

Detailed Description

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

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

Property Documentation

bool Caplin.DataSource.Messaging.Record.IRecordType1Message.NoCache
getset

Gets or sets whether this type1 record message should be cached in the DataSource (both remote and local ).

true if if this record should not be cached in the remote DataSource's cache, false if it should be cached.


Generated on Fri Feb 23 2024 15:25:36 for DataSource.NET