Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulSquires committed Aug 24, 2023
1 parent ed0bf2b commit aecacea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion IB-Tracker/src/Config/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SOFTWARE.

#pragma once

constexpr std::wstring version = L"2.3.0";
constexpr std::wstring version = L"2.3.1";

bool SaveConfig();
bool LoadConfig();
Expand Down
2 changes: 2 additions & 0 deletions IB-Tracker/src/MainWindow/tws-client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ void monitoringFunction(std::stop_token st) {
ping_thread.request_stop();


std::cout << "Requesting Ping Thread to Terminate" << std::endl;
std::cout << "Monitoring Thread Terminated" << std::endl;
PostMessage(HWND_SIDEMENU, MSG_TWS_CONNECT_DISCONNECT, 0, 0);
}
Expand Down Expand Up @@ -656,6 +657,7 @@ void TwsClient::tickGeneric(TickerId tickerId, TickType tickType, double value)


void TwsClient::tickPrice(TickerId tickerId, TickType field, double price, const TickAttrib& attribs) {

if (isThreadPaused) return;

// Market data tick price callback. Handles all price related ticks. Every tickPrice callback is followed
Expand Down

0 comments on commit aecacea

Please sign in to comment.