mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-20 14:18:22 +00:00
Refactored MtApi4 (MT4) for working with new architecture
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
namespace MtApi
|
||||
{
|
||||
public class MtQuotesEventArgs(IEnumerable<MtQuote> quotes) : EventArgs
|
||||
{
|
||||
public IEnumerable<MtQuote> Quotes { get; } = quotes;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user