Syntax
Public Function GetLPs(ByVal LPDescreption As String) As Collection
Description
This function returns a collection of liquidity providers objects.
Parameters
Key | Description |
LPDescreption | ID of the liquidity provider |
Return value
Returns collection of objects, to getVertexFXBridgeAPI.VetexFXLP object use “GetLPs.item(X).LP”.
Sample
Public Sub main() Msgbox (LP.GetLPs.item(1).LP.Description) End Sub
See Also