Class TickTableRow
Inheritance
Object
TickTableRow
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
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
System.Object.ToString()