Syntax
Public Function GetLP(ByVal LPDescreption As String) As VertexFXBridgeAPI.VertexFXLP
Description
This function returns a certain liquidity provider object.
Parameters
Key | Description |
LPDescreption | ID of the liquidity provider |
Return value
Returns VertexFXBridgeAPI.VertexFXLP object, when passing an invalid LP description its returns nothing.
Sample
Public Sub main() Msgbox (LP. GetLP("LP").Description) End Sub
See Also