Login
Try VertexFX
  • Home
  • Knowledgebase
  • Blog
  • Home
  • Knowledgebase
  • Blog

Methods

home/Knowledge Base/Technical Support/API/BackEnd API's/VBL/Server API's/News Server API/Methods/SendNews

SendNews

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

Syntax

Public Function SendNew(News as VertexFXNewsSvrAPI.CNew) As Boolean 

Description

This Function sends the news of type CNew to the connected clients. After sendNew method executes with acceptance, the NewSent event fires.

Parameters

Returns a Boolean value representing the condition of sending process.

Sample

 Public WithEvents server As new CVertexFXNewsSvr  Private Sub SendNew_Click (ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SendNew.Click         Dim news As New CNew         news.NewsDate = Now.ToString         news.NewsID = "1"         news.NewsSubject = VertexFX         news.NewsDetails = "VertexFX news API"         Server.SendNew (news)  End Sub


See Also

  • AddNews
  • Count
  • Item


VertexFX News API Index

Was this helpful?

Yes  No
Leave A Comment Cancel reply

  PauseServer

AddNews  

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 2023 hybridsolutions.com. All Rights Reserved.