• Version 4.2.7
Show / Hide Table of Contents

Class RegularPriceLevel

Represents regular (direct) price level.

Inheritance
object
ImpliedPriceLevel
RegularPriceLevel
Implements
ICloneable
Inherited Members
ImpliedPriceLevel.Exist
ImpliedPriceLevel.Quantity
ImpliedPriceLevel.Price
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: OnixS.CmeMdHandler
Assembly: OnixS.CmeMdHandler.dll
Syntax
public class RegularPriceLevel : ImpliedPriceLevel, ICloneable

Properties

NumberOfOrders

Gets number of orders in price level.

Declaration
public int NumberOfOrders { get; }
Property Value
Type Description
int

Methods

Clone()

Make a clone of an object.

Declaration
public override object Clone()
Returns
Type Description
object

Cloned object.

Overrides
ImpliedPriceLevel.Clone()

ToString()

Convert object to string representation.

Declaration
public override string ToString()
Returns
Type Description
string

String representation of an object.

Overrides
ImpliedPriceLevel.ToString()

Implements

ICloneable
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX