Equal allows for easier unix comparison
(tt time.Time)
| 720 | |
| 721 | // Equal allows for easier unix comparison |
| 722 | func (i *IntervalTime) Equal(tt time.Time) bool { |
| 723 | return tt.Unix() == i.Ticks |
| 724 | } |
| 725 | |
| 726 | // EqualSource checks whether two sets of candles |
| 727 | // come from the same data source |
no outgoing calls