mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-09 00:47:51 +00:00
Added OrderSendRequest/OrderSendResponse. Changed functions OrderSend to use request pattern
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
namespace MtApi.Requests
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace MtApi.Requests
|
||||
{
|
||||
public abstract class RequestBase
|
||||
{
|
||||
{
|
||||
public abstract RequestType RequestType { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user