XML3 - API DLL Documentation
Public property that gets or sets the FillKill for the instatiated object.

Namespace: XMLV3API.Order
Assembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool FillKill { get; set; }
Visual Basic
Public Property FillKill As Boolean
	Get
	Set
Visual C++
public:
property bool FillKill {
	bool get ();
	void set (bool value);
}

Field Value

Return Value

Remarks