Capital Markets Adapters 10.7 | Apama Capital Markets Adapters Documentation 10.7 | BM+F Bovespa UMDF Adapter | Unified news channel
 
Unified news channel
UMDF provides a separate Unified news channel reserved for global news broadcast that will be used to send encoded headlines and text. You can subscribe to this channel using com.apama.bvmf_umdf.SubscribeUnifiedNews event.
event SubscribeUnifiedNews{
string TRANSPORT;
integer channel;
dictionary<string,string> __payload;
}
This news will be published as the com.apama.bvmf_umdf.News event. You have to listen to this event to get the updates.
event News {
string TRANSPORT;
integer channel;
integer MsgSeqNum;
string Headline;
sequence <News_RelatedSym> NoRelatedSym;
sequence <News_RoutingIDs> NoRoutingIDs;
sequence <News_LinesOfText> NoLinesOfText;
dictionary<integer,float> __timestamps;
dictionary<string,string> __payload;
}