Click or drag to resize

MDApplication Methods

The MDApplication type exposes the following members.

Methods
 NameDescription
Public methodDispose 
Protected methodDispose(Boolean) 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalize
(Overrides ObjectFinalize)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodJoin Waits until application is stopped.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodResolveInstrumentBySecDesc 
Public methodResolveInstrumentBySecID(UInt64, SecurityDefinitionListener) 
Public methodResolveInstrumentBySecID(UInt64, SecurityDefinitionListener, String) 
Public methodResolveInstrumentBySecurityGroup 
Public methodResolveInstrumentBySymbol(String, SecurityDefinitionListener) 
Public methodResolveInstrumentBySymbol(String, SecurityDefinitionListener, String) 
Public methodResolveInstrumentsByChannelID 
Public methodStop Stops application. Method does not stop application immediately. Use join method to wait until will stop.
Public methodStopChannelListener 
Public methodStopSecDescListener 
Public methodStopSecGroupListener 
Public methodStopSecIDListener 
Public methodStopSymbolListener 
Public methodSubscribe Subscribes to market data for instrument by Security Description
Public methodSubscribeAll Subscribes to the market data for all instruments on market
Public methodSubscribeBySecurityID Subscribes to market data for instrument by security ID and channel info
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUnsubscribe Unsubscribes from instrument by Security Description
Public methodUnsubscribeAll Unsubscribes from all instruments
Public methodUnsubscribeBySecurityID Unsubscribes from instrument by security ID
Top
See Also