Class TemplateTxtRegistry
Txt templates registry.
Implements
Ecng.Serialization.IPersistable
Namespace: StockSharp.Algo.Export
Assembly: StockSharp.Algo.dll
Syntax
public class TemplateTxtRegistry : Object, IPersistable
Constructors
TemplateTxtRegistry()
Initializes a new instance of the TemplateTxtRegistry.
Declaration
public TemplateTxtRegistry()
Properties
DoNotShowAgain
Do not show again.
Declaration
public bool DoNotShowAgain { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
TemplateTxtBoard
Board txt export template.
Declaration
public string TemplateTxtBoard { get; set; }
Property Value
Type | Description |
---|---|
String |
TemplateTxtBoardState
Board state txt export template.
Declaration
public string TemplateTxtBoardState { get; set; }
Property Value
Type | Description |
---|---|
String |
TemplateTxtCandle
Candles txt export template.
Declaration
public string TemplateTxtCandle { get; set; }
Property Value
Type | Description |
---|---|
String |
TemplateTxtDepth
Depth txt export template.
Declaration
public string TemplateTxtDepth { get; set; }
Property Value
Type | Description |
---|---|
String |
TemplateTxtIndicator
Indicator's value txt export template.
Declaration
public string TemplateTxtIndicator { get; set; }
Property Value
Type | Description |
---|---|
String |
TemplateTxtLevel1
Level1 txt export template.
Declaration
public string TemplateTxtLevel1 { get; set; }
Property Value
Type | Description |
---|---|
String |
TemplateTxtNews
News txt export template.
Declaration
public string TemplateTxtNews { get; set; }
Property Value
Type | Description |
---|---|
String |
TemplateTxtOptions
Options greeks txt export template.
Declaration
public string TemplateTxtOptions { get; set; }
Property Value
Type | Description |
---|---|
String |
TemplateTxtOrderLog
Order log txt export template.
Declaration
public string TemplateTxtOrderLog { get; set; }
Property Value
Type | Description |
---|---|
String |
TemplateTxtPositionChange
Position change txt export template.
Declaration
public string TemplateTxtPositionChange { get; set; }
Property Value
Type | Description |
---|---|
String |
TemplateTxtSecurity
Security txt export template.
Declaration
public string TemplateTxtSecurity { get; set; }
Property Value
Type | Description |
---|---|
String |
TemplateTxtTick
Ticks txt export template.
Declaration
public string TemplateTxtTick { get; set; }
Property Value
Type | Description |
---|---|
String |
TemplateTxtTransaction
Transactions txt export template.
Declaration
public string TemplateTxtTransaction { get; set; }
Property Value
Type | Description |
---|---|
String |
Implements
Ecng.Serialization.IPersistable