MDApplicationSubscribeBySecurityID Method

FIX Antenna .NET Programmer's Guide
Subscribes to market data for instrument by security ID and channel info

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

public virtual bool SubscribeBySecurityID(
	ulong secID,
	string securityDesc,
	string channel_id,
	InstrumentListener instrumentListener,
	RecoveryOptions recoveryOption
)

Parameters

secID
Type: SystemUInt64
Security ID of an instrument to subscribe
securityDesc
Type: SystemString
Security Description of the instrument to subscribe
channel_id
Type: SystemString
Channel ID from config.xml
instrumentListener
Type: com.b2bits.FIXAntenna.GlobexInstrumentListener
Listener for the instrument
recoveryOption
Type: com.b2bits.FIXAntenna.GlobexRecoveryOptions
Recovery option for the instrument

Return Value

Type: Boolean
Return true if subsciption successful, otherwise false
See Also

Reference