mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-20 22:28:17 +00:00
Moved logic related to command to MtRpcClient
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
namespace MtApi5
|
||||
{
|
||||
public class Mt5QuotesEventArgs(IEnumerable<Mt5Quote> quotes) : EventArgs
|
||||
{
|
||||
public IEnumerable<Mt5Quote> Quotes { get; } = quotes;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user