Click or drag to resize

MDApplication Class

Represents CME Globex application listener
Inheritance Hierarchy
SystemObject
  com.b2bits.FIXAntenna.GlobexMDApplication

Namespace: com.b2bits.FIXAntenna.Globex
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public class MDApplication : IDisposable

The MDApplication type exposes the following members.

Methods
 NameDescription
Public methodDisposeReleases all resources used by the MDApplication
Protected methodDispose(Boolean)Releases the unmanaged resources used by the MDApplication and optionally releases the managed resources
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