Skip to content

Commit

Permalink
Fix TradeTransaction example
Browse files Browse the repository at this point in the history
  • Loading branch information
MPogotsky committed Sep 22, 2024
1 parent 4ceb6eb commit 3378391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/TradeTransaction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ boost::asio::awaitable<void> run(boost::asio::io_context &context)

try
{
co_await socket.initSession(type);
co_await socket.initSession(accountType);
auto streamsessionId = co_await socket.login(accountId, password);

const auto order_id = co_await executeTransaction(socket);
Expand Down

0 comments on commit 3378391

Please sign in to comment.