mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-04 22:47:46 +00:00
Added new projects of new RPC core: MyClient and MtServivce
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
class MetaTraderHandler
|
||||
{
|
||||
public:
|
||||
virtual ~MetaTraderHandler() = default;
|
||||
virtual void SendTickToMetaTrader() = 0;
|
||||
};
|
||||
Reference in New Issue
Block a user