public method IClosedPositionsManager.subscribeClosedPositionChange

Brief

Subscribes to the closed position change event

Declaration

protojavascriptjavacsharp
public subscribeClosedPositionChange(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