OEC Application Programming Interface

Version Class

Order version - contains variable parameters of an order.

For a list of all members of this type, see Version Members.

System.Object
   MarshalByRefObject
      IDObject<Int32>
         IDObject
            OrderChild
               Version

public class Version : OrderChild

Remarks

Order can have multiple versions, if it was modified. Initial version of order is associated with create Command, all others - with their modify commands.
Version of last successful modify command, or initial version is an order current version.
All the variable order properties are retrieved from order current version, so Quantity has the same value as Order.Versions.Quantity.

Requirements

Namespace: OEC.API

Assembly: API (in API.dll)

See Also

Version Members | OEC.API Namespace