Add method SymbolInfoSession()

This commit is contained in:
Konstantin Ivanov
2016-10-05 17:02:00 +03:00
parent 7aa2a1b691
commit 6b4adfaa97
8 changed files with 64 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
namespace MtApi.Responses
{
public class SessionResponce : ResponseBase
{
public MtSession Session { get; set; }
}
}