Knowledgebase: > Properties
OrderRefHitBidPrice
Posted by Angham Al-Banawien, Last modified by Diana Alkouni on 24 August 2020 10:46 AM

Syntax

 ReadOnly Property OrderRefHitBidPrice (OrderID As Integer) As Double

Description

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

Parameters

Parameter Description 
OrderID Order number to get the ref hit bid price for, a value of type Integer.

Return value

Return the hit bid price for reference symbol as a value of type Double.

Sample

 Private Sub HitRefBidPrice_Click ()

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

       Dim price as Double   = BOAPI.OrderRefHitBidPrice(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