Collection of all tags which belong to the dialect.

Namespace: FIXForge.NET.FIX
Assembly: FIXForge.NET.FIX.Engine-net-3.5 (in FIXForge.NET.FIX.Engine-net-3.5.dll) Version: 2.79.1.0

Syntax

C#
public int[] Tags { get; }
Visual Basic
Public ReadOnly Property Tags As Integer()
	Get
Visual C++
public:
property array<int>^ Tags {
	array<int>^ get ();
}

See Also