Indicates if this field is a required one.

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 bool IsRequired { get; internal set; }
Visual Basic
Public Property IsRequired As Boolean
	Get
	Friend Set
Visual C++
public:
property bool IsRequired {
	bool get ();
	internal: void set (bool value);
}

See Also