Issue #82: Added stub class OrderSendRequest

This commit is contained in:
vdemydiuk
2018-02-15 20:32:22 +02:00
parent 3600a86971
commit 14079dc3c1
5 changed files with 26 additions and 2 deletions
+5
View File
@@ -21,5 +21,10 @@ namespace MtApi5
public string Comment { get; set; } // Order comment
public ulong Position { get; set; } // Position ticket
public ulong PositionBy { get; set; } // The ticket of an opposite position
public override string ToString()
{
return $"{Symbol}|{Volume}|{Price}|{Volume}|{Action}";
}
}
}