Logo
Explore Help
Register Sign In
gavindiaz/mtapi
1
0
Fork 0
You've already forked mtapi
mirror of https://github.com/vdemydiuk/mtapi.git synced 2026-07-31 04:27:47 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
master
mtapi/MtApi/Events/MtEventTypes.cs
T

11 lines
180 B
C#
Raw Permalink Normal View History

Issue #226: Implemented two modes of lock ticks: LOCK_EVERY_TICK and LOCK_EVERY_CANDLE. Added event OnLockTicks
2020-11-29 19:30:21 +02:00
namespace MtApi.Events
{
public enum MtEventTypes
{
LastTimeBar = 1,
ChartEvent = 2,
Refactored MtApi4 (MT4) for working with new architecture
2024-06-16 13:57:50 +03:00
OnLockTicks = 3,
OnTick = 4
Issue #226: Implemented two modes of lock ticks: LOCK_EVERY_TICK and LOCK_EVERY_CANDLE. Added event OnLockTicks
2020-11-29 19:30:21 +02:00
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.26.4 Page: 35ms Template: 4ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API