mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-06 23:47:51 +00:00
Added OrderSendRequest/OrderSendResponse. Changed functions OrderSend to use request pattern
This commit is contained in:
@@ -10,9 +10,9 @@ namespace MtApi
|
||||
//NoCommand = 0
|
||||
|
||||
//trade operations
|
||||
OrderSend = 1,
|
||||
OrderSendBuy = 1001,
|
||||
OrderSendSell = 1002,
|
||||
// OrderSend = 1,
|
||||
// OrderSendBuy = 1001,
|
||||
// OrderSendSell = 1002,
|
||||
OrderClose = 2,
|
||||
OrderCloseByCurrentPrice = 152,
|
||||
OrderCloseBy = 3,
|
||||
|
||||
Reference in New Issue
Block a user