Class PnFArg
- Namespace
 - StockSharp.Messages
 
- Assembly
 - StockSharp.Messages.dll
 
Point in figure (X0) candle arg.
[DataContract]
public class PnFArg : Equatable<PnFArg>, ICloneable<PnFArg>, ICloneable, IEquatable<PnFArg>, IComparable<PnFArg>, IComparable
  - Inheritance
 - 
      
      
      
      PnFArg
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Constructors
PnFArg()
public PnFArg()
  Properties
BoxSize
Range of price above which increase the candle body.
[DataMember]
public Unit BoxSize { get; set; }
  Property Value
ReversalAmount
The number of boxes required to cause a reversal.
[DataMember]
public int ReversalAmount { get; set; }
  Property Value
Methods
Clone()
Create a copy of PnFArg.
public override PnFArg Clone()
  Returns
- PnFArg
 Copy.
GetHashCode()
Get the hash code of the object PnFArg.
public override int GetHashCode()
  Returns
- int
 A hash code.
OnEquals(PnFArg)
Compare PnFArg on the equivalence.
protected override bool OnEquals(PnFArg other)
  Parameters
otherPnFArgAnother value with which to compare.
Returns
ToString()
public override string ToString()