Click or drag to resize

Level1EventArgs Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ArthaChitra.Model.IOLevel1EventArgs

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

The Level1EventArgs type exposes the following members.

Constructors
 NameDescription
Public methodLevel1EventArgs Constructor for real time data event args
Top
Properties
 NameDescription
Public propertyCanAppend 
Public propertyInstrument Gets the instrument
Public propertyMarketDataType Gets the market data type
Public propertyPrice Gets the price
Public propertyPriceString Gets the formatted value of the price
Public propertyTime Gets the time
Public propertyVolume Gets the volume
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