MessageTimeReceived Property |
Gets the timestamp in System.DateTime in UTC, when the
message was received by the library. The value is
if the timestamp is not present.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.20.3.1
Syntax public abstract DateTime TimeReceived { get; }
Public MustOverride ReadOnly Property TimeReceived As DateTime
Get
public:
virtual property DateTime TimeReceived {
DateTime get () abstract;
}
abstract TimeReceived : DateTime with get
Property Value
Type:
DateTimeRemarks See Also