• Home
  • Knowledgebase
  • Blog
  • My Account
  • Try VertexFX
  • Home
  • Knowledgebase
  • Blog
  • My Account
  • Try VertexFX

Methods & Properties

home/Knowledge Base/Technical Support/API/BackEnd API's/VBL/VertexFX Bridge LP API/VertexFX Bridge LP API Help/Methods & Properties/AddParameter

AddParameter

42 views 0 Updated on December 16, 2021 hybrid-solutions

Sample
Protected Sub AddParameter(ByVal ParamDesc As String, ByVal Value As String, Optional HideValue As Boolean = False)
Description

This method should be called in your LP class constructor in order to define the needed parameters for your LP like username, password, server IP and port, and any further parameter you may need. To be in the VertexFX Bridge application when creating new object of you LP.

Parameter

Part Description
ParamDesc Parameter name and description (Key)
Value The initial value for the parameter
HideValue Boolean if you want to hide the value for this parameter in the bridge for the end user. i.e. passwords

Sample

' This is your LP class constructor Public Sub New() .. MyBase.AddParameter("Username", "") MyBase.AddParameter("Password", "", True) MyBase.AddParameter("Server", "") MyBase.AddParameter("Port", "").. End Sub


See Also

  • Initialized
  • IsConnected
  • Ready

Was this helpful?

Yes  No
Leave A Comment Cancel reply

  Initialized

OrderState.MarketOrderIDReceived  

About
VertexFX Trader has a closed-loop trading structure with BackOffice dealing desk, Client Terminals, Dedicated Hosting, White Labelling and Bridging Capabilities. Through VertexFX Risk Management Bridge...
Categories
  • Release Notes
  • Technical Support
  • VertexFX Pro Setup
  • Mobile Trader
  • Lite VertexFX Mobile Trader
Community
  • Blog
  • Media Center
Need Support?
If you need any further help, don't hesitate to send a support request to our support team.
Contact Support
  • Privacy Policy
  • Brokers Terms
  • Traders EULA
  • ISV Terms
  • Plugins EULA
  • Copyright 2024 hybridsolutions.com. All Rights Reserved.