Class TradeTimeStamp
Information about trade time.
Inherited Members
Namespace: OnixS.CmeStpHandler
Assembly: OnixS.CmeStpHandler.dll
Syntax
[Serializable]
public class TradeTimeStamp
Constructors
TradeTimeStamp()
Default constructor.
Declaration
public TradeTimeStamp()
Properties
Timestamp
Used to send a regulatory timestamp.
Declaration
public DateTimeOffset Timestamp { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
TimestampType
Indicates the type of regulatory timestamp.
Declaration
public TimestampType TimestampType { get; set; }
Property Value
Type | Description |
---|---|
TimestampType |