public method IOpenPositionsManager.subscribeOpenPositionChange

Brief

Subscribes to the open position change event

Declaration

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