quote.go 88 B

12345678
  1. package models
  2. const (
  3. CycleType_Min = iota
  4. CycleType_5Min
  5. )
  6. func GetHistoryCycle()