Skip to content

Commit

Permalink
freq, 5min 5m
Browse files Browse the repository at this point in the history
  • Loading branch information
yssource committed Sep 6, 2020
1 parent 0d27d1a commit 7be577d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bind11/stockmin/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class PyStockMin
: m_codes{codes}, m_start{start}, m_end{end}, m_sfreq{sfreq}, m_xdxr{xdxr}
{
MIN_FREQ freq;
if (QString::fromStdString(m_sfreq) == QString("5min")) {
if (QString::fromStdString(m_sfreq) == QString("5min") || QString::fromStdString(m_sfreq) == QString("5m")) {
freq = MIN_FREQ::FIVE;
}

Expand Down

0 comments on commit 7be577d

Please sign in to comment.