mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-10 01:11:04 +00:00
Issue #25: Implemented function CopyTicks. Used json request
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
namespace MtApi5.Requests
|
||||
{
|
||||
internal enum RequestType
|
||||
{
|
||||
Unknown = 0,
|
||||
CopyTicks = 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user