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

Syntax

 Readonly Property OrderRefHitAskPrice(OrderId As Integer) As Double

Description

This property is used to display the hit ask price for the reference symbol of the given order number.

Parameters

Part Description
OrderID Order number to get the ref hit ask price for, value of type Integer.

Return value

 Returns the hit ask price for reference symbol as value of type Double.

Sample

Private Sub HitRefAskPrice _Click()

     Dim vOrderID As Integer = BOAPI.OrderByIndex(1).orderID

   Dim Price As Double = BOAPI.OrderRefHitAskPrice(vOrderID)

   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