public method IPriceHistoryManager.stopCommand

Overview

Stops the 'get prices' command

Declaration

function stopCommand(identity)
public void stopCommand(String identity);
public void stopCommand(string identity);

Parameters

Name Description
identity The identity of the 'get prices' command to be stopped

Details

Declared in IPriceHistoryManager