Knowledgebase: > Properties
OrderOpenPrice
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 09 September 2020 09:57 AM

Syntax

 Readonly Property OrderOpenPrice(OrderID As Integer)As Double

Description

This property use to know the order open price by giving order number.

Parameters

Part Description
OrderID Associated order number to get open price for  ,value of type Integer.

Return value

 Returns Order open price as value of type Doubel.

Sample

 Public WithEvents BOAPI As CVertexFXBOAPI

Private Sub OpenPrice_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OpenPrice.Click

    Dim Price As Double

    Dim vOrder As COOrder = BOAPI.OrderByIndex(1)

    Price  = BOAPI.OrderOpenPrice(vOrder.OrderID)

    Msgbox(Price)

 End Sub

See Also


VertexFX Backoffice API Index

(0 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).

Help Desk Software by Hybrid Solutions