Provides access to the CME Group market data via FIX/FAST protocols.
The Handler..::..OrderBookUpdatedEventArgs type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Returns the string representation of the current OrderBookUpdated event argument.
(Overrides Object..::..ToString()()()().) |
Fields
Name | Description | |
---|---|---|
![]() | Book |
Order book.
|
![]() | MessageSequenceNumber |
The message sequence number (tag 34) of the source FIX message.
|
![]() | ReceivingTimestamp |
Time when handler received message from UDP socket (got by TimestampHelper.Ticks).
|
![]() | SendingTime |
Time of message transmission (always expressed in UTC (Coordinated Universal Time).
|
![]() | TradeDate |
Indicates date of trade referenced in this event in YYYYMMDD format.
DateTime.MinValue indicates current day (expressed in local time at place of trade).
|