Syntax
Public Overrides Function OrderLots(ByVal OrderID As Long)As Double
This function is used toknow the amount of lots for a specific order.
Parameters
Key | Description |
OrderID | ID for the order you want to know its lots amount |
Remarks
If you want to know the amount for a specific order, you can use this function and fill the order IDas a parameter.
See Also