XML3 - API DLL Documentation
Assembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)
Property to access order confirmation for this particular order.
Namespace: XMLV3API.OrderAssembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public OrderConfirmation Confirmation { get; } |
Visual Basic |
---|
Public ReadOnly Property Confirmation As OrderConfirmation Get |
Visual C++ |
---|
public: property OrderConfirmation^ Confirmation { OrderConfirmation^ get (); } |