Class BovespaFastDialect.Connection
- Namespace
- StockSharp.Fix.Dialects.Bovespa
- Assembly
- StockSharp.FAST.dll
Connection.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class BovespaFastDialect.Connection : IPersistable
- Inheritance
-
BovespaFastDialect.Connection
- Implements
-
IPersistable
- Inherited Members
- Extension Methods
Constructors
Connection()
public Connection()
Properties
MarketByOrder
Market By Order.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Mbo", Description = "MarketByOrder", GroupName = "General", Order = 1)]
public BovespaFastDialect.BovespaFastFeedGroup MarketByOrder { get; }
Property Value
MarketByPrice
Market By Price.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Mbp", Description = "MarketByPrice", GroupName = "General", Order = 2)]
public BovespaFastDialect.BovespaFastFeedGroup MarketByPrice { get; }
Property Value
Securities
Securities.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Securities", Description = "SecuritiesDot", GroupName = "General", Order = 0)]
public BovespaFastDialect.BovespaFastFeedGroup Securities { get; }
Property Value
TopOfBook
Top Of Book.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Tob", Description = "TopOfBook", GroupName = "General", Order = 3)]
public BovespaFastDialect.BovespaFastFeedGroup TopOfBook { get; }