Closed dferguson992 closed 7 years ago
The function call
symClient.getDataFeedClient().getMessagesFromDatafeed(datafeed);
will return an object of type List. This should be changed to return an object of either List type or List type to encapsulate the message object in a type that is non-endpoint specific.
Just realized getMessagesFromDatafeed is deprecated and so should not be updated.
The function call
symClient.getDataFeedClient().getMessagesFromDatafeed(datafeed);
will return an object of type List. This should be changed to return an object of either List type or List type to encapsulate the message object in a type that is non-endpoint specific.