OrderLots
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 02 September 2020 12:22 PM

Syntax

Public Function OrderLots(orderID As Long) As Double

Description
This function is used to return the order lots for a given order ID as a value of double.

Parameters

Key Description 
orderID Order number to get its amount, A value of type long.


Return value

Returns order lots as a double value.

Sample

 Public Sub main ()
 Dim Order
 Order = OrderGetID (1)  
 AlertMessage OrderLots (Clng (Order)) ‘returns Symbol name for selected order
 End sub

See Also


Back to VTL Client Script 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