We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed8a4cf commit d8f1682Copy full SHA for d8f1682
MT4socketAPI/MTsocketAPI4.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>net7.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
5
<ImplicitUsings>enable</ImplicitUsings>
6
<Nullable>enable</Nullable>
7
</PropertyGroup>
MT4socketAPI/Quote.cs
@@ -41,7 +41,7 @@ public class OHLC_Req
41
[Required]
42
public string SYMBOL { get; set; }
43
44
- public string TIMEFRAME { get; set; }
+ public TimeFrame TIMEFRAME { get; set; }
45
public int? DEPTH { get; set; }
46
public override string ToString()
47
{
0 commit comments