Logo
Explore Help
Register Sign In
gavindiaz/mtapi
Watch 1
Star 0
Fork 0
mirror of https://github.com/vdemydiuk/mtapi.git synced 2026-08-12 18:28:07 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
6a9739ff1ed64fa795a9eea3fbba392fd5ed9de6
mtapi/MtApi5/MtProtocol/Response.cs
T

10 lines
218 B
C#
Raw Normal View History

MtApi5: Moving some functions to new core
2024-01-14 21:57:07 +02:00
namespace MtApi5.MtProtocol
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; }
Added project Mt5Api to VS_2022 solution and disable some code for compilable
2024-01-07 23:19:19 +02:00
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
Added stub for logging in MtApi5. Implemented function SendCommand. Get quotes after connection
2024-01-11 22:54:56 +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.27.1 Page: 56ms 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