Close part of the position asynchronously.


SYNTAX


public bool CloseAsync (double amount,Action<bool> callback)


PARAMETERS


amount — double

amount to be closed


callback — Action

The callback function.


RETURN


bool Returns true if request is sended successfully, otherwise false.