Show / Hide Table of Contents

Class Algo

Inheritance
object
Algo
Implements
IComparable<Algo>
Inherited Members
object.ToString()
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 Algo : IComparable<Algo>

Fields

Empty

Declaration
public static readonly Algo Empty
Field Value
Type Description
Algo

Properties

AlgoCategory

Declaration
public AlgoCategory AlgoCategory { get; }
Property Value
Type Description
AlgoCategory

AlgoParameters

Declaration
public IReadOnlyCollection<AlgoParameters> AlgoParameters { get; }
Property Value
Type Description
IReadOnlyCollection<AlgoParameters>

AlgoVersion

Declaration
public string AlgoVersion { get; }
Property Value
Type Description
string

Alias

Declaration
public string Alias { get; }
Property Value
Type Description
string

ExportValues

Declaration
public IReadOnlyCollection<ExportValue> ExportValues { get; }
Property Value
Type Description
IReadOnlyCollection<ExportValue>

IsDeployed

Declaration
public bool IsDeployed { get; }
Property Value
Type Description
bool

IsMyAlgo

Declaration
public bool IsMyAlgo { get; }
Property Value
Type Description
bool

IsOMA

Declaration
public bool IsOMA { get; }
Property Value
Type Description
bool

IsOTA

Declaration
public bool IsOTA { get; }
Property Value
Type Description
bool

Methods

GetOrderProfile()

Declaration
public OrderProfile GetOrderProfile()
Returns
Type Description
OrderProfile

GetOrderProfile(Instrument)

Declaration
public OrderProfile GetOrderProfile(Instrument instrument)
Parameters
Type Name Description
Instrument instrument
Returns
Type Description
OrderProfile

IsEmpty()

Declaration
public bool IsEmpty()
Returns
Type Description
bool

IsNullOrEmpty(Algo)

Declaration
public static bool IsNullOrEmpty(Algo i)
Parameters
Type Name Description
Algo i
Returns
Type Description
bool

Implements

IComparable<T>
In this article
Back to top