Issue #147: added non-documented types of trade operations: balance, credit, rebate

This commit is contained in:
vdemydiuk
2019-04-24 17:47:06 +03:00
parent 42a1da3356
commit 68f2a7ae07
+4 -1
View File
@@ -7,6 +7,9 @@
OP_BUYLIMIT = 2,
OP_SELLLIMIT = 3,
OP_BUYSTOP = 4,
OP_SELLSTOP = 5
OP_SELLSTOP = 5,
OP_BALANCE = 6,
OP_CREDIT = 7,
OP_REBATE = 8
}
}