Syntax
Public Sub SymbolPricesChanged(Symbol As VertexFXBridgeAPI.Symbol)
Thisevent is raised when the new prices for a specific symbol are received by the Backoffice.
Parameters
Key | Description |
Symbol | Value of typeVertexFXBridgeAPI.Symbol |
Remarks
You can fetch the new prices by using the Bid and Ask Properties of the Symbol object.
See Also