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

Syntax

 Readonly Property OrderHitPrice(OrderID As Integer)As Double

Description

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

Parameters

Parameters Description
OrderID Associated order number to know hit price for ,value of type is Integer

Return value

 Returns Order hit price as value of type Double.

Sample

 Public WithEvents BOAPI As CVertexFXBOAPI

Private Sub HitPrice_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles HitPrice.Click

    Dim vOrder As COOrder = BOAPI.OrderByIndex(1)

    Dim Price As Double 

    Price = BOAPI.OrderHitPrice(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