mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-25 00:28:18 +00:00
Issue #94: Added event handler OnBookEvent (MT5).
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace MtApi5
|
||||
{
|
||||
public class Mt5BookEventArgs : EventArgs
|
||||
{
|
||||
public int ExpertHandle { get; set; }
|
||||
public string Symbol { get; set; } //Symbol of OnBookEvent event.
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user