mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-18 21:28:10 +00:00
MtApi5: fixed problem of null string in command's parameters
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
{
|
||||
public class Mt5Quote
|
||||
{
|
||||
public string? Instrument { get; set; }
|
||||
public string Instrument { get; set; } = string.Empty;
|
||||
public double Bid { get; set; }
|
||||
public double Ask { get; set; }
|
||||
public int ExpertHandle { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user