mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-18 05:08:11 +00:00
Started version 1.0.25. Added OrderModifyRequest. Changed function OrderModify to use request pattern.
This commit is contained in:
@@ -17,6 +17,7 @@ namespace MtApi
|
||||
public double Commission { get; set; }
|
||||
public int MagicNumber { get; set; }
|
||||
public double Swap { get; set; }
|
||||
public int MtExpiration { get; set; }
|
||||
|
||||
public DateTime OpenTime
|
||||
{
|
||||
@@ -27,5 +28,10 @@ namespace MtApi
|
||||
{
|
||||
get { return MtApiTimeConverter.ConvertFromMtTime(MtCloseTime); }
|
||||
}
|
||||
|
||||
public DateTime Expiration
|
||||
{
|
||||
get { return MtApiTimeConverter.ConvertFromMtTime(MtExpiration); }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user