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

Properties

home/Knowledge Base/VertexFX Bridge Language/Data Types/VertexFXLP/Properties/Busy

Busy

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

Public Property Busy As Boolean

This property may be called when you want to notify the bridge that your LP is busy and it can not execute any new orders.

In NewMarketOrder and NewLimitOrder functions there is a prameter called BOOrderID that should be returned back when receiving the server responses for the orders in calling:

MyBase.OrderState.MarketOrderIDReceived(Your LP Order ID, BO Order ID)

or

MyBase.OrderState.LimitOrderAccepted(Your LP Order ID, BO Order ID)

In order to match this BOOrderID with LP order id, at this level the bridge will set the Busy to False automatically.

In the fast orders execution, when you could not manage sending the matched order ID, you may need to set the Busy property to True.

NOTE:

It is not recommended to call this property, since it will slow down the bridge.

Sample

Public Overrides Function NewMarketOrder(ByVal BuySell As OperationType, ByVal Amount As Double, ByVal LPSymbolName As String, ByVal LPAccountID As String, ByVal BOOrderID As String) As CTransResultMyBase.Busy = True..' Complete your implemetation


See Also

  • IsConnected
  • Ready

Back to VertexFXLPIndex

Was this helpful?

Yes  No
Leave A Comment Cancel reply

  IsConnected

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.