table tick_stream

Brief

The stream of tick prices.

Details

An instance of the tick_stream table can be obtained:

Public Methods

date

Gets the date/time of the tick.

first

Gets the index of the first price where data is available.

getPrecision

Gets the precision (a number of digits after the decimal point)

hasData

Checks whether the specified position has any data.

instrument

Gets the name of the instrument.

isAlive

Checks whether the stream is alive (i.e. subscribed for the price updates).

isBar

Checks whether the source is a bar source.

isBid

Checks whether the stream is bid or ask.

name

Gets the name of the stream.

pipSize

Gets the smallest possible change of the instrument price.

serial

Returns the unique period identifier.

size

Gets the number of prices in the stream.

tick

Gets the tick price at the specified position.

back