start

abstract fun start(position: Ticker.Position)

Starts the ticker with the specified Position type.


open fun start(position: Long)

Starts the ticker with the specified position value.

Parameters

position

the absolute position to start the ticker.