MDApplicationSubscribe Method

FIX Antenna .NET Programmer's Guide
Subscribes to market data for instrument by Security Description

Namespace:  com.b2bits.FIXAntenna.Globex
Assembly:  FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.31.0.0
Syntax

public virtual void Subscribe(
	string securityDesc,
	InstrumentListener instrumentListener,
	RecoveryOptions recoveryOption
)

Parameters

securityDesc
Type: SystemString
Security Description of instrument to subscribe
instrumentListener
Type: com.b2bits.FIXAntenna.GlobexInstrumentListener
Listener for the instrument
recoveryOption
Type: com.b2bits.FIXAntenna.GlobexRecoveryOptions
Recovery option for the instrument
See Also

Reference