TemplateTxtRegistry
StockSharp.Algo.Export
Txt templates registry.
Implements: IPersistable
Constructors
TemplateTxtRegistry
public TemplateTxtRegistry()
templateTxtRegistry = TemplateTxtRegistry()
Initializes a new instance of the TemplateTxtRegistry.
Properties
DoNotShowAgain
public bool DoNotShowAgain { get; set; }
value = templateTxtRegistry.DoNotShowAgain
templateTxtRegistry.DoNotShowAgain = value
Do not show again.
TemplateTxtBoard
public string TemplateTxtBoard { get; set; }
value = templateTxtRegistry.TemplateTxtBoard
templateTxtRegistry.TemplateTxtBoard = value
Board txt export template.
TemplateTxtBoardState
public string TemplateTxtBoardState { get; set; }
value = templateTxtRegistry.TemplateTxtBoardState
templateTxtRegistry.TemplateTxtBoardState = value
Board state txt export template.
TemplateTxtCandle
public string TemplateTxtCandle { get; set; }
value = templateTxtRegistry.TemplateTxtCandle
templateTxtRegistry.TemplateTxtCandle = value
Candles txt export template.
TemplateTxtDepth
public string TemplateTxtDepth { get; set; }
value = templateTxtRegistry.TemplateTxtDepth
templateTxtRegistry.TemplateTxtDepth = value
Depth txt export template.
TemplateTxtIndicator
public string TemplateTxtIndicator { get; set; }
value = templateTxtRegistry.TemplateTxtIndicator
templateTxtRegistry.TemplateTxtIndicator = value
Indicator's value txt export template.
TemplateTxtLevel1
public string TemplateTxtLevel1 { get; set; }
value = templateTxtRegistry.TemplateTxtLevel1
templateTxtRegistry.TemplateTxtLevel1 = value
Level1 txt export template.
TemplateTxtNews
public string TemplateTxtNews { get; set; }
value = templateTxtRegistry.TemplateTxtNews
templateTxtRegistry.TemplateTxtNews = value
News txt export template.
TemplateTxtOptions
public string TemplateTxtOptions { get; set; }
value = templateTxtRegistry.TemplateTxtOptions
templateTxtRegistry.TemplateTxtOptions = value
Options greeks txt export template.
TemplateTxtOrderLog
public string TemplateTxtOrderLog { get; set; }
value = templateTxtRegistry.TemplateTxtOrderLog
templateTxtRegistry.TemplateTxtOrderLog = value
Order log txt export template.
TemplateTxtPositionChange
public string TemplateTxtPositionChange { get; set; }
value = templateTxtRegistry.TemplateTxtPositionChange
templateTxtRegistry.TemplateTxtPositionChange = value
Position change txt export template.
TemplateTxtSecurity
public string TemplateTxtSecurity { get; set; }
value = templateTxtRegistry.TemplateTxtSecurity
templateTxtRegistry.TemplateTxtSecurity = value
Security txt export template.
TemplateTxtTick
public string TemplateTxtTick { get; set; }
value = templateTxtRegistry.TemplateTxtTick
templateTxtRegistry.TemplateTxtTick = value
Ticks txt export template.
TemplateTxtTransaction
public string TemplateTxtTransaction { get; set; }
value = templateTxtRegistry.TemplateTxtTransaction
templateTxtRegistry.TemplateTxtTransaction = value
Transactions txt export template.