public method IPriceHistoryManagerCallback.onSuccess
Overview
Is executed on successful receiving the history data
Declaration
function onSuccess(response)
public void onSuccess(IPriceHistoryResponse response);
public void onSuccess(IPriceHistoryResponse response);
Parameters
| Name | Description |
|---|---|
| response | The parameter contains the historical pricing data for a given financial instrument or asset |
Details
Declared in IPriceHistoryManagerCallback