mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-02 05:27:47 +00:00
9 lines
165 B
C#
9 lines
165 B
C#
namespace MtApi.Requests
|
|
{
|
|
public enum RequestType
|
|
{
|
|
Unknown = 0,
|
|
GetOrder = 1,
|
|
GetOrders = 2
|
|
}
|
|
} |