mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-27 18:47:55 +00:00
8 lines
136 B
C#
Executable File
8 lines
136 B
C#
Executable File
namespace MTApiService
|
|
{
|
|
public interface IMetaTraderHandler
|
|
{
|
|
void SendTickToMetaTrader(int handle);
|
|
}
|
|
}
|