Click or drag to resize

ExternalOptionsBase Class

Base class for External Options
Inheritance Hierarchy
SystemObject
  SharpCharts.Base.ConnectionExternalOptionsBase

Namespace:  SharpCharts.Base.Connection
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public abstract class ExternalOptionsBase : ITemplate

The ExternalOptionsBase type exposes the following members.

Constructors
  NameDescription
Public methodExternalOptionsBase
Constructor for External Options
Top
Properties
  NameDescription
Public propertyCurrencies
Gets the supported Currencies by the connection
Public propertyDefaultTemplate
Gets the default template
Public propertyExchanges
Gets the supported Exchanges by the connection
Public propertyExternalConnectionType
Gets the External Connection Type associated with the External Options
Public propertyHasParameter
Gets if the template has parameter
Public propertyHistoricalBuiltDataTypes
Gets the historical build data types
Public propertyHistoricalMarketDataTypes
Gets the supported Historical market data types by the connection
Public propertyInstrumentTypes
Gets the supported instrument types by the connection
Public propertyIsSnapQuotesArraySupported
Gets if snap quotes array is supported or not
Public propertyIsSnapQuotesSupported
Gets if snap quote is supported or not
Public propertyRealTimeMarketDataTypes
Gets the supported real-time market data types by the connection
Public propertySupportsMultipleConnections
Gets if the external connection supports multiple connection
Public propertyTemplate
Gets the associated Xaml template
Public propertyTemplateType
Gets the Template Type
Top
Methods
  NameDescription
Protected methodClone
Clone an External Options object
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also