Class PnFArg
Значение параметров пункто-цифрового графика (график X0).
Namespace: StockSharp.Messages
Assembly: StockSharp.Messages.dll
Syntax
public class PnFArg : Equatable<PnFArg>
Constructors
PnFArg()
Declaration
public PnFArg()
Properties
BoxSize
Range of price above which increase the candle body.
Declaration
public Unit BoxSize { get; set; }
Property Value
Type | Description |
---|---|
Unit |
ReversalAmount
Величина противоположного движения цены.
Declaration
public int ReversalAmount { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
Clone()
Создать копию PnFArg.
Declaration
public override PnFArg Clone()
Returns
Type | Description |
---|---|
PnFArg | Копия объекта. |
GetHashCode()
Рассчитать хэш-код объекта PnFArg.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
Int32 | Хэш-код. |
OnEquals(PnFArg)
Сравнить PnFArg на эквивалентность.
Declaration
protected override bool OnEquals(PnFArg other)
Parameters
Type | Name | Description |
---|---|---|
PnFArg | other | Другое значение, с которым необходимо сравнивать. |
Returns
Type | Description |
---|---|
Boolean | true, если другое значение равно текущему, иначе, false. |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |