forwardBuild Method    Table of ContentMarkerIndexPricesEventArgsBuilder Constructor forward
MarkerIndexPricesEventArgsBuilder Class
Builder to build instances of MarkerIndexPricesEventArgs.
Inheritance Hierarchy
System.Object
  OnixS.NET.ICE.iMpact.Testing.MarkerIndexPricesEventArgsBuilder

Namespace:  OnixS.NET.ICE.iMpact.Testing
Assembly:  OnixS.IceImpactMulticastPriceFeedHandlerNet-4.8_x64 (in OnixS.IceImpactMulticastPriceFeedHandlerNet-4.8_x64.dll) Version: 4.17.0.0
Syntax
C#
public class MarkerIndexPricesEventArgsBuilder

The MarkerIndexPricesEventArgsBuilder type exposes the following members.

Constructors
  NameDescription
Public methodMarkerIndexPricesEventArgsBuilder
Initializes a new instance of the MarkerIndexPricesEventArgsBuilder class
Top
Properties
  NameDescription
Public propertyAltMarketId
The market id of the marker market, or 0 if none is set.
Public propertyIndexPriceDenominator
This field should be applied to the `Price` field to get the number of decimals for the `Marker/Index`.
Public propertyMarketId
The market ID of the underlying market of the Marker/Index.
Public propertyPrice
Price. `IndexPriceDenominator` for the market should be applied to get the real price.
Public propertyPublishedDateTime
The date and time the marker was put into. Milliseconds since Jan 1st, 1970, 00:00:00 GMT.
Public propertySentTime
Date-time of the message sent.
Public propertyShortName
The short name date of the Marker/Index. For example `Morn5Min`.
Public propertyStatus
For Endex Spot markets, the possible values are Current (`C`), Default (`D`), Final (`F`). For non-Endex Spot markets this field will be set to `' '`.
Public propertyValuationDate
The date this price is effective for, in the format of YYYY-MM-DD.
Top
Methods
  NameDescription
Public methodBuild
Creates an instance of MarkerIndexPricesEventArgs.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also