#ifndef _StarQuant_Services_DataService_H_ #define _StarQuant_Services_DataService_H_ #include #include namespace StarQuant { //void MarketDataService(std::shared_ptr, int32_t); void DataBoardService(); void BarAggregatorServcie(); void TickRecordingService(); void TickReplayService(const std::string& filetoreplay,int32_t tickinterval=0); } #endif