public method IOpenPositionsManager.unsubscribeOpenPositionChange

Brief

Unsubscribes from the open position change event

Declaration

protojavascriptjavacsharp
public unsubscribeOpenPositionChange(listener : IOpenPositionChangeListener) : void

Parameters
listener

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

Details

See also: IOpenPositionChangeListener

Declared in IOpenPositionsManager

back