public method IOffersSnapshotCallback.onError
Overview
Is executed on an error occurred while requesting the price terminal
Declaration
function onError(error)
public void onError(IFXConnectLiteError error);
public void onError(IFXConnectLiteError error);
Parameters
| Name | Description |
|---|---|
| error | An error or exception that occurred during requesting offers snapshot from price terminal |
Details
Declared in IOffersSnapshotCallback