Files
mtapi/MTApiService/IMetaTraderHandler.cs
T

8 lines
136 B
C#
Raw Normal View History

namespace MTApiService
2014-10-31 09:05:52 +02:00
{
public interface IMetaTraderHandler
{
void SendTickToMetaTrader(int handle);
}
}