Skip to content

Commit d8f1682

Browse files
authored
Add files via upload
1 parent ed8a4cf commit d8f1682

File tree

3 files changed

+679
-572
lines changed

3 files changed

+679
-572
lines changed

MT4socketAPI/MTsocketAPI4.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net7.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
</PropertyGroup>

MT4socketAPI/Quote.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class OHLC_Req
4141
[Required]
4242
public string SYMBOL { get; set; }
4343
[Required]
44-
public string TIMEFRAME { get; set; }
44+
public TimeFrame TIMEFRAME { get; set; }
4545
public int? DEPTH { get; set; }
4646
public override string ToString()
4747
{

0 commit comments

Comments
 (0)