mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-01 04:57:46 +00:00
Issue #147: added non-documented types of trade operations: balance, credit, rebate
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user