Issue #90: Added time functions: TimeCurrent, TimeTradeServer, TimeLocal, TimeGMT

This commit is contained in:
vdemydiuk
2018-02-19 18:48:31 +02:00
parent 83776f8b7a
commit 5c6751de9b
6 changed files with 155 additions and 6 deletions
+7 -1
View File
@@ -171,6 +171,12 @@ namespace MtApi5
iTriX = 123,
iWPR = 124,
iVIDyA = 125,
iVolumes = 126
iVolumes = 126,
//Date and Time
TimeCurrent = 127,
TimeTradeServer = 128,
TimeLocal = 129,
TimeGMT = 130
}
}