Update cfd balance schema

This commit is contained in:
Mikhail Gladchenko
2023-03-16 08:20:39 +00:00
parent 422aacaa38
commit 56387b18a4
4 changed files with 14 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
const executionTypes = ['LIMIT', 'STOP_LIMIT'] as const;
export default executionTypes;