Show / Hide Table of Contents

Class TickTableRow

Inheritance
object
TickTableRow
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class TickTableRow

Constructors

TickTableRow(decimal, decimal)

Declaration
public TickTableRow(decimal dprice, decimal tickSize)
Parameters
Type Name Description
decimal dprice
decimal tickSize

Properties

Price

Declaration
public decimal Price { get; }
Property Value
Type Description
decimal

TickSize

Declaration
public decimal TickSize { get; }
Property Value
Type Description
decimal

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()
In this article
Back to top