Class Algo
Assembly: tt-net-api.dll
Syntax
public class Algo : IComparable<Algo>
Fields
Empty
Declaration
public static readonly Algo Empty
Field Value
Properties
AlgoCategory
Declaration
public AlgoCategory AlgoCategory { get; }
Property Value
AlgoParameters
Declaration
public IReadOnlyCollection<AlgoParameters> AlgoParameters { get; }
Property Value
AlgoVersion
Declaration
public string AlgoVersion { get; }
Property Value
Alias
Declaration
public string Alias { get; }
Property Value
ExportValues
Declaration
public IReadOnlyCollection<ExportValue> ExportValues { get; }
Property Value
IsDeployed
Declaration
public bool IsDeployed { get; }
Property Value
IsMyAlgo
Declaration
public bool IsMyAlgo { get; }
Property Value
IsOMA
Declaration
public bool IsOMA { get; }
Property Value
IsOTA
Declaration
public bool IsOTA { get; }
Property Value
Methods
GetOrderProfile()
Declaration
public OrderProfile GetOrderProfile()
Returns
GetOrderProfile(Instrument)
Declaration
public OrderProfile GetOrderProfile(Instrument instrument)
Parameters
Returns
IsEmpty()
Declaration
Returns
IsNullOrEmpty(Algo)
Declaration
public static bool IsNullOrEmpty(Algo i)
Parameters
Type |
Name |
Description |
Algo |
i |
|
Returns
Implements