Tick

class czsc.objects.Tick(symbol: str, name: str = '', price: float = 0, vol: float = 0)[source]

Bases: object

Attributes Summary

name

price

vol

Attributes Documentation

name: str = ''
price: float = 0
vol: float = 0