mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-15 19:58:10 +00:00
Issue #25: Implemented function CopyTicks. Used json request
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
namespace MtApi5
|
||||
{
|
||||
public enum CopyTicksFlag
|
||||
{
|
||||
Info = 1, // ticks with Bid and/or Ask changes
|
||||
Trade = 2, // ticks with changes in Last and Volume
|
||||
All = -1 // all ticks
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user