mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-17 20:58:11 +00:00
Refactored MtApi4 (MT4) for working with new architecture
This commit is contained in:
+2
-4
@@ -1,10 +1,8 @@
|
||||
using System;
|
||||
|
||||
namespace MtApi
|
||||
namespace MtApi
|
||||
{
|
||||
public class MtTimeBar
|
||||
{
|
||||
public string Symbol { get; set; }
|
||||
public string Symbol { get; set; } = string.Empty;
|
||||
public int MtOpenTime { get; set; }
|
||||
public int MtCloseTime { get; set; }
|
||||
public double Open { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user