Click or drag to resize

MDApplicationSubscribeBySecurityID Method

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.32.0.0
Syntax
public virtual bool SubscribeBySecurityID(
	ulong secID,
	string securityDesc,
	string channel_id,
	InstrumentListener instrumentListener,
	RecoveryOptions recoveryOption
)

Parameters

secID  UInt64
Security ID of an instrument to subscribe
securityDesc  String
Security Description of the instrument to subscribe
channel_id  String
Channel ID from config.xml
instrumentListener  InstrumentListener
Listener for the instrument
recoveryOption  RecoveryOptions
Recovery option for the instrument

Return Value

Boolean
Return true if subsciption successful, otherwise false
See Also