Click or drag to resize

Level2EventArgs Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ArthaChitra.Model.IOLevel2EventArgs

Namespace: ArthaChitra.Model.IO
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public sealed class Level2EventArgs : EventArgs

The Level2EventArgs type exposes the following members.

Constructors
 NameDescription
Public methodLevel2EventArgs 
Top
Properties
 NameDescription
Public propertyInstrument 
Public propertyMarketDataType Gets or sets the marketDataType. MarketDataType can be Bid and Ask only
Public propertyNoOfOrders 
Public propertyOperation 
Public propertyPosition 
Public propertyPrice 
Public propertyPriceString Gets the formatted value of the price
Public propertyTime 
Public propertyVolume 
Public propertyVolumeString Gets the formatted value of the volume
Top
Methods
 NameDescription
Public methodClone 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also