• Version 4.2.7
Show / Hide Table of Contents

Class ImpliedPriceLevel

Represents implied price level.

Inheritance
object
ImpliedPriceLevel
Order
RegularPriceLevel
Implements
ICloneable
Inherited Members
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 ImpliedPriceLevel : ICloneable

Properties

Exist

Get indicator if price level exist. Used in natural refresh mode, to detect if price level has actual data.

Declaration
public bool Exist { get; }
Property Value
Type Description
bool

Price

Gets price.

Declaration
public decimal Price { get; }
Property Value
Type Description
decimal

Quantity

Gets price level quantity.

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

Methods

Clone()

Make a clone of an object.

Declaration
public virtual object Clone()
Returns
Type Description
object

Cloned object.

ToString()

Convert object to string representation.

Declaration
public override string ToString()
Returns
Type Description
string

String representation of an object.

Overrides
object.ToString()

Implements

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