Struct TickValue
- Namespace
- FinanceSharp
- Assembly
- FinanceSharp.dll
Represents a trade tick with quotation.
public struct TickValue : DataStruct, ICloneable
- Implements
- Inherited Members
- Extension Methods
Constructors
TickValue(double, double, double, double, double, double)
Initializes a new instance of the object class.
public TickValue(double value, double bidPrice, double askPrice, double bidSize, double volume, double askSize)
Parameters
Fields
AskPrice
public double AskPrice
Field Value
AskSize
public double AskSize
Field Value
BidPrice
public double BidPrice
Field Value
BidSize
public double BidSize
Field Value
Properties
public const int Properties = 6
Field Value
Value
public double Value
Field Value
Volume
public double Volume
Field Value
Methods
Clone()
Creates a new object that is a copy of the current instance.
public object Clone()
Returns
- object
A new object that is a copy of this instance.
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.