Table of Contents

Class TemplateTxtRegistry

Namespace
StockSharp.Algo.Export
Assembly
StockSharp.Algo.dll

Txt templates registry.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class TemplateTxtRegistry : IPersistable
Inheritance
TemplateTxtRegistry
Implements
IPersistable
Inherited Members
Extension Methods

Constructors

TemplateTxtRegistry()

Initializes a new instance of the TemplateTxtRegistry.

public TemplateTxtRegistry()

Properties

DoNotShowAgain

Do not show again.

[Display(ResourceType = typeof(LocalizedStrings), Name = "DoNotShowAgain", Description = "DoNotShowAgain", GroupName = "General", Order = 12)]
public bool DoNotShowAgain { get; set; }

Property Value

bool

TemplateTxtBoard

Board txt export template.

[Display(ResourceType = typeof(LocalizedStrings), Name = "TemplateBoard", Description = "TemplateTxtBoard", GroupName = "General", Order = 9)]
public string TemplateTxtBoard { get; set; }

Property Value

string

TemplateTxtBoardState

Board state txt export template.

[Display(ResourceType = typeof(LocalizedStrings), Name = "TemplateBoard", Description = "TemplateTxtBoard", GroupName = "General", Order = 9)]
public string TemplateTxtBoardState { get; set; }

Property Value

string

TemplateTxtCandle

Candles txt export template.

[Display(ResourceType = typeof(LocalizedStrings), Name = "TemplateCandle", Description = "TemplateTxtCandle", GroupName = "General", Order = 2)]
public string TemplateTxtCandle { get; set; }

Property Value

string

TemplateTxtDepth

Depth txt export template.

[Display(ResourceType = typeof(LocalizedStrings), Name = "TemplateDepth", Description = "TemplateTxtDepth", GroupName = "General", Order = 0)]
public string TemplateTxtDepth { get; set; }

Property Value

string

TemplateTxtIndicator

Indicator's value txt export template.

[Display(ResourceType = typeof(LocalizedStrings), Name = "TemplateIndicator", Description = "TemplateTxtIndicator", GroupName = "General", Order = 10)]
public string TemplateTxtIndicator { get; set; }

Property Value

string

TemplateTxtLevel1

Level1 txt export template.

[Display(ResourceType = typeof(LocalizedStrings), Name = "TemplateLevel1", Description = "TemplateTxtLevel1", GroupName = "General", Order = 3)]
public string TemplateTxtLevel1 { get; set; }

Property Value

string

TemplateTxtNews

News txt export template.

[Display(ResourceType = typeof(LocalizedStrings), Name = "TemplateNews", Description = "TemplateTxtNews", GroupName = "General", Order = 8)]
public string TemplateTxtNews { get; set; }

Property Value

string

TemplateTxtOptions

Options greeks txt export template.

[Display(ResourceType = typeof(LocalizedStrings), Name = "TemplateOptions", Description = "TemplateTxtOptions", GroupName = "General", Order = 4)]
public string TemplateTxtOptions { get; set; }

Property Value

string

TemplateTxtOrderLog

Order log txt export template.

[Display(ResourceType = typeof(LocalizedStrings), Name = "TemplateOrderLog", Description = "TemplateTxtOrderLog", GroupName = "General", Order = 5)]
public string TemplateTxtOrderLog { get; set; }

Property Value

string

TemplateTxtPositionChange

Position change txt export template.

[Display(ResourceType = typeof(LocalizedStrings), Name = "PositionChange", Description = "TemplateTxtPositionChange", GroupName = "General", Order = 11)]
public string TemplateTxtPositionChange { get; set; }

Property Value

string

TemplateTxtSecurity

Security txt export template.

[Display(ResourceType = typeof(LocalizedStrings), Name = "TemplateSecurity", Description = "TemplateTxtSecurity", GroupName = "General", Order = 7)]
public string TemplateTxtSecurity { get; set; }

Property Value

string

TemplateTxtTick

Ticks txt export template.

[Display(ResourceType = typeof(LocalizedStrings), Name = "TemplateTick", Description = "TemplateTxtTick", GroupName = "General", Order = 1)]
public string TemplateTxtTick { get; set; }

Property Value

string

TemplateTxtTransaction

Transactions txt export template.

[Display(ResourceType = typeof(LocalizedStrings), Name = "TemplateTransaction", Description = "TemplateTxtTransaction", GroupName = "General", Order = 6)]
public string TemplateTxtTransaction { get; set; }

Property Value

string