Click or drag to resize
MessageTimeReceived Property
Gets the timestamp in System.DateTime in UTC, when the message was received by the library. The value is
DateTime(0)
if the timestamp is not present.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
public abstract DateTime TimeReceived { get; }

Property Value

Type: DateTime
Remarks
Note that by default the subscription data messages are not timestamped (but all the other messages are). To enable recording received time for subscription data, set SessionOptions.RecordSubscriptionDataReceiveTimes
See Also