|  Build Method | Table of Content | ClosePriceEventArgsBuilder Constructor  | 
| ClosePriceEventArgsBuilder Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: OnixS.NET.ICE.iMpact.Testing
 Syntax
Syntaxpublic class ClosePriceEventArgsBuilder
The ClosePriceEventArgsBuilder type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ClosePriceEventArgsBuilder | Initializes a new instance of the ClosePriceEventArgsBuilder class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ClosePrice | 
        Close price. `DealPriceDenominator` for the market should be applied
        to get the real price.
       | 
|  | DateTime | 
        Date time the message was sent. Milliseconds since Jan 1st, 1970,
        00:00:00 GMT.
       | 
|  | MarketId | 
        Unique identifier of the market.
       | 
|  | SentTime | 
        Date-time of the message sent.
       | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Build | 
        Creates an instance of ClosePriceEventArgs.
       | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function.(Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also