ExTectonicdb v0.1.3 ExTectonicdb.Dtf View Source

Dense Tick Format

Link to this section Summary

Link to this section Types

Specs

t() :: %ExTectonicdb.Dtf{
  is_bid: boolean(),
  is_trade: boolean(),
  price: any(),
  seq: any(),
  size: any(),
  timestamp: any()
}

Link to this section Functions