Table of Contents

Class BovespaFastDialect.ReplaySection

Namespace
StockSharp.Fix.Dialects.Bovespa
Assembly
StockSharp.FAST.dll

Replay server.

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

Constructors

ReplaySection()

public ReplaySection()

Properties

Address

Replay state server address.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Address", Description = "ReplayServerDot", GroupName = "Session", Order = 0)]
public EndPoint Address { get; set; }

Property Value

EndPoint

Login

Login.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Login", Description = "LoginDot", GroupName = "Session", Order = 3)]
public string Login { get; set; }

Property Value

string

Password

Password.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Password", Description = "PasswordDot", GroupName = "Session", Order = 4)]
public SecureString Password { get; set; }

Property Value

SecureString

SenderCompId

Sender ID.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Sender", Description = "SenderCompId", GroupName = "Session", Order = 1)]
public string SenderCompId { get; set; }

Property Value

string

TargetCompId

Target ID.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Target", Description = "TargetCompId", GroupName = "Session", Order = 2)]
public string TargetCompId { get; set; }

Property Value

string