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.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
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