Class BovespaFastDialect.ReplayGroup
- Namespace
- StockSharp.Fix.Dialects.Bovespa
- Assembly
- StockSharp.FAST.dll
Replay group.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class BovespaFastDialect.ReplayGroup : IPersistable
- Inheritance
-
BovespaFastDialect.ReplayGroup
- Implements
-
IPersistable
- Inherited Members
- Extension Methods
Constructors
ReplayGroup()
public ReplayGroup()
Properties
Mbo
Replay state server address.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Mbo", Description = "MarketByOrder", GroupName = "Replay", Order = 1)]
public BovespaFastDialect.ReplaySection Mbo { get; }
Property Value
Mbp
Replay state server address.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Mbp", Description = "MarketByPrice", GroupName = "Replay", Order = 0)]
public BovespaFastDialect.ReplaySection Mbp { get; }
Property Value
Tob
Replay state server address.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Tob", Description = "TopOfBook", GroupName = "Replay", Order = 2)]
public BovespaFastDialect.ReplaySection Tob { get; }