public method ISubscribeInstrumentsCallback.onError
Overview
Is fired on an unsuccessful execution of (un)subscribe
Declaration
function onError(error, unsucceededSymbols)
public void onError(String error, String[] unsucceededSymbols);
public void onError(string error, string[] unsucceededSymbols);
Parameters
| Name | Description |
|---|---|
| error | The error message |
| unsucceededSymbols | The array of symbols that were not (un)subscribed |
Details
Declared in ISubscribeInstrumentsCallback