public method IClosedPositionsManager.unsubscribeClosedPositionChange

Brief

Unsubscribes from the closed position change event

Declaration

protojavascriptjavacsharp
public unsubscribeClosedPositionChange(listener : IClosedPositionChangeListener) : void

Parameters
listener

An instance of the callback class for handling closed position change events

Details

See also: IClosedPositionChangeListener

Declared in IClosedPositionsManager

back