mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-18 21:28:10 +00:00
Issue #226: Implemented two modes of lock ticks: LOCK_EVERY_TICK and LOCK_EVERY_CANDLE. Added event OnLockTicks
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace MtApi.Events
|
||||
{
|
||||
public enum MtEventTypes
|
||||
{
|
||||
LastTimeBar = 1,
|
||||
ChartEvent = 2,
|
||||
OnLockTicks = 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user