1 #ifndef BITES_RATETICKER_HPP_INCLUDED
2 #define BITES_RATETICKER_HPP_INCLUDED
5 #include <boost/date_time.hpp>
6 #include "SortedList.hpp"
29 std::vector<float>
tick();
31 std::vector<float> m_periods;
37 #endif // BITES_RATETICKER_HPP_INCLUDED
RateTicker(const std::vector< float > &periods)
Definition: RateTicker.cpp:13
Definition: RateTicker.hpp:13
std::vector< float > tick()
Definition: RateTicker.cpp:24