public SubscriptionChangedEventArgs(Bloomberglp.Blpapi.CorrelationID correlationID, string topic, Dictionary<string, object> fieldData)
 {
     Id = correlationID;
     Topic = topic;
     FieldData = fieldData;
 }
Exemple #2
0
 public void SetEventHandler(Event.EventType type, Bloomberglp.Blpapi.EventHandler handler)
 {
     Session.SetEventHandler(handler, type);
 }