XML3 - API DLL Documentation
Place order function allows user to place all orders within the collection of orders with a single method.

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

Syntax

C#
public Object PlaceOrder(
	CommonClasses..::..ReturnType ReturnFormat,
	XmlDocument OrderDoc
)
Visual Basic
Public Function PlaceOrder ( _
	ReturnFormat As CommonClasses..::..ReturnType, _
	OrderDoc As XmlDocument _
) As Object
Visual C++
public:
Object^ PlaceOrder(
	CommonClasses..::..ReturnType ReturnFormat, 
	XmlDocument^ OrderDoc
)

Parameters

ReturnFormat
Type: XMLV3API..::..CommonClasses..::..ReturnType
The enumerated value that specifies the format of the data returned.
OrderDoc
Type: System.Xml..::..XmlDocument
The XML order(s) document you wish to Place Order(s) for.

Return Value

[Missing <returns> documentation for "M:XMLV3API.Order.Orders.PlaceOrder(XMLV3API.CommonClasses.ReturnType,System.Xml.XmlDocument)"]

Remarks