Logo
Explore Help
Register Sign In
gavindiaz/mtapi
1
0
Fork 0
You've already forked mtapi
mirror of https://github.com/vdemydiuk/mtapi.git synced 2026-07-31 20:47:51 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
8cdfd6fb917e68a09fd40910040ed9d7e4eab607
mtapi/MtApi5/Requests/Response.cs
T

10 lines
214 B
C#
Raw Normal View History

Issue #82: Refactored request responses (MtAp5). Added iCustom functions with string and boolean parameters. Added button iCustom in test application (MT5).
2018-02-19 11:07:37 +02:00
namespace MtApi5.Requests
Issue #25: Implemented function CopyTicks. Used json request
2016-11-05 00:52:52 +02:00
{
Issue #82: Refactored request responses (MtAp5). Added iCustom functions with string and boolean parameters. Added button iCustom in test application (MT5).
2018-02-19 11:07:37 +02:00
internal class Response<T>
Issue #25: Implemented function CopyTicks. Used json request
2016-11-05 00:52:52 +02:00
{
public int ErrorCode { get; set; }
public string ErrorMessage { get; set; }
Issue #82: Refactored request responses (MtAp5). Added iCustom functions with string and boolean parameters. Added button iCustom in test application (MT5).
2018-02-19 11:07:37 +02:00
public T Value { get; set; }
Issue #25: Implemented function CopyTicks. Used json request
2016-11-05 00:52:52 +02:00
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.26.4 Page: 49ms Template: 7ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API