public method ISubscribeInstrumentsCallback.onError

Brief

Is fired on an unsuccessful execution of (un)subscribe

Declaration

protojavascriptjavacsharp
public onError(error : string, unsucceededSymbols : string[]) : void

Parameters
error

The error message

unsucceededSymbols

The array of symbols that were not (un)subscribed

Details

Declared in ISubscribeInstrumentsCallback

back