Interface ITimedSample
Represents an interface to an object that has a timestamp
Namespace: NFX.Financial.Market
Assembly: NFX.dll
Syntax
public interface ITimedSample
Properties
TimeStamp
Timestamp of the sample
Declaration
DateTime TimeStamp { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |