#ifndef __IntradaySma_h_ #define __IntradaySma_h_ #include "../misc_framework/DataNodes.h" // This is really a GenericDataNodeFactory *. We export it as a // DataNodeArgument so we get the memory management. DataNodeArgument createIntradaySmaFactory(DataNode::Integer minutes, DataNode::Integer bars, bool strict = false); #endif