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/AddNews

AddNews

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

Syntax

 Public Sub AddNews (ByRef _new As vertexFxNewsSvrAPI.CNew)

Description

This sub procedure used to add news to Cnews collection.

Parameters

Key Description
_new New object whichshouldbe added. Value of type CNew

Sample

 Public WithEvents server As new CVertexFXNewsSvr Private Sub server_onGettingNews(ByRef NewsNumber As String, ByRef news As VertexFXNewsSvrAPI.CNews) Handles server.onGettingNews        Dim _new As New CNew        _new.NewsDate = Now.ToString        _new.NewsID = "1"        _new.NewsSubject = "VertexFX"        _new.NewsDetails = "VertexFX news API"        news.AddNews (_new) End Sub 


See Also

  • Count
  • Item
  • Remove


VertexFX News API Index

Was this helpful?

Yes  No
Leave A Comment Cancel reply

  SendNews

Count  

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.