• Version 4.1.0
Show / Hide Table of Contents

Class TradeTimeStamp

Information about trade time.

Inheritance
object
TradeTimeStamp
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX