test_execute_entry liquidation_price test test_get_maintenance_ratio_and_amt_gateio

This commit is contained in:
Sam Germain
2022-01-13 02:12:02 -06:00
parent 2d545a2def
commit 387a9fbf36
6 changed files with 66 additions and 23 deletions

View File

@@ -823,6 +823,8 @@ def get_markets():
'margin': True,
'type': 'spot',
'contractSize': None,
'taker': 0.0006,
'maker': 0.0002,
'precision': {
'amount': 8,
'price': 8
@@ -860,6 +862,8 @@ def get_markets():
'margin': True,
'type': 'spot',
'contractSize': None,
'taker': 0.0006,
'maker': 0.0002,
'precision': {
'amount': 8,
'price': 8
@@ -892,6 +896,8 @@ def get_markets():
'active': True,
'spot': True,
'type': 'spot',
'taker': 0.0006,
'maker': 0.0002,
'precision': {
'price': 8,
'amount': 8,
@@ -923,6 +929,8 @@ def get_markets():
'active': True,
'spot': True,
'type': 'spot',
'taker': 0.0006,
'maker': 0.0002,
'precision': {
'price': 8,
'amount': 8,
@@ -955,6 +963,8 @@ def get_markets():
'spot': True,
'type': 'spot',
'contractSize': None,
'taker': 0.0006,
'maker': 0.0002,
'precision': {
'price': 8,
'amount': 8,
@@ -1023,6 +1033,8 @@ def get_markets():
'spot': False,
'type': 'swap',
'contractSize': 0.01,
'taker': 0.0006,
'maker': 0.0002,
'precision': {
'amount': 8,
'price': 8