This website requires JavaScript.
Explore
Help
Register
Sign In
gavindiaz
/
mtapi
Watch
1
Star
0
Fork
0
mirror of
https://github.com/vdemydiuk/mtapi.git
synced
2026-08-12 18:28:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9a9403a32447f451a3d3dd1227feca202a2744bb
mtapi
/
MtApi
/
Events
/
OnLockTicksEvent.cs
T
7 lines
130 B
C#
Raw
Normal View
History
Unescape
Escape
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
{
internal
class
OnLockTicksEvent
{
public
string
Instrument
{
get
;
set
;
}
}
}
Reference in New Issue
Copy Permalink