StreamLink.NET  7.1.5-7.1.5-3946-4e293d0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Properties | List of all members
Caplin.StreamLink.IJsonEvent Interface Reference

Provides information about a JSON message. More...

Inheritance diagram for Caplin.StreamLink.IJsonEvent:
Caplin.StreamLink.IDataEvent

Properties

object Json [get]
 Returns the complete JSON object (patches applied) as created by the user defined JsonHandler (specified in the configuration). More...
 
string JsonString [get]
 Returns the JSON string (initial image or patch) relating to the event. More...
 

Detailed Description

Provides information about a JSON message.

The JsonEvent is provided in an onJsonUpdate callback to a SubscriptionListener.

Property Documentation

object Caplin.StreamLink.IJsonEvent.Json
get

Returns the complete JSON object (patches applied) as created by the user defined JsonHandler (specified in the configuration).

the JSON object (the type of this object is platform specific and depends on the JsonHandler configured).

string Caplin.StreamLink.IJsonEvent.JsonString
get

Returns the JSON string (initial image or patch) relating to the event.

the JSON string


Generated on Tue Mar 24 2020 11:57:50 for StreamLink.NET