Table of Contents

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

value double
bidPrice double
askPrice double
bidSize double
volume double
askSize double

Fields

AskPrice

public double AskPrice

Field Value

double

AskSize

public double AskSize

Field Value

double

BidPrice

public double BidPrice

Field Value

double

BidSize

public double BidSize

Field Value

double

Properties

public const int Properties = 6

Field Value

int

Value

public double Value

Field Value

double

Volume

public double Volume

Field Value

double

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.