ClientMessageWrapper
Wraps all incoming messages sent to the client after a v1 subscribe request is issued
This type can contain the following fields:
field | type | info |
---|---|---|
account |
String | the account this message is from |
data |
Object | the incoming object. The structure will vary from message to message, see type and version fields |
error |
Boolean | true if the incoming message represents an error |
type |
String | the type of object to expect in the data field |
version |
String | the version of the object in the data field |