Class Constants
- Namespace
- FinanceSharp
- Assembly
- FinanceSharp.dll
public static class Constants
- Inheritance
-
Constants
- Inherited Members
-
Fields
AskPrice
public const int AskPrice = 2
Field Value
- int
AskSize
public const int AskSize = 5
Field Value
- int
BidPrice
public const int BidPrice = 1
Field Value
- int
BidSize
public const int BidSize = 3
Field Value
- int
C
Field Value
- int
CloseIdx
public const int CloseIdx = 0
Field Value
- int
Empty
public static readonly DoubleArray Empty
Field Value
- DoubleArray
False
public const bool False = false
Field Value
- bool
H
Field Value
- int
HighIdx
public const int HighIdx = 1
Field Value
- int
L
Field Value
- int
LowIdx
public const int LowIdx = 2
Field Value
- int
O
Field Value
- int
One
public const double One = 1
Field Value
- double
OpenIdx
public const int OpenIdx = 3
Field Value
- int
True
public const bool True = true
Field Value
- bool
V
Field Value
- int
VolumeIdx
public const int VolumeIdx = 4
Field Value
- int
Zero
public const double Zero = 0
Field Value
- double
ZeroEpsilon
public const double ZeroEpsilon = 1E-06
Field Value
- double