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