Class TickTable
Inheritance
Object
TickTable
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 TickTable
Constructors
TickTable(UInt64)
Declaration
public TickTable(ulong id)
Parameters
Type | Name | Description |
---|---|---|
UInt64 | id |
Properties
Id
Declaration
public ulong Id { get; }
Property Value
Type | Description |
---|---|
UInt64 |
Methods
AddRow(Int32, Decimal, Decimal)
Declaration
public void AddRow(int price, decimal dprice, decimal tickSize)
Parameters
Type | Name | Description |
---|---|---|
Int32 | price | |
Decimal | dprice | |
Decimal | tickSize |
GetMinTickSize()
Declaration
public decimal GetMinTickSize()
Returns
Type | Description |
---|---|
Decimal |
GetRows()
Declaration
public List<TickTableRow> GetRows()
Returns
Type | Description |
---|---|
List<TickTableRow> |
GetTickSize(Decimal)
Declaration
public decimal GetTickSize(decimal price)
Parameters
Type | Name | Description |
---|---|---|
Decimal | price |
Returns
Type | Description |
---|---|
Decimal |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
System.Object.ToString()