mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 23:04:21 +01:00
models/position: fix cconstruction of position from raw array
This commit is contained in:
committed by
Jacob Plaster
parent
b78f567d01
commit
2221ca3e4c
@@ -38,7 +38,7 @@ class OrderSide:
|
||||
|
||||
class OrderClosedModel:
|
||||
"""
|
||||
Enum used index the different values in a raw order array
|
||||
Enum used to index the different values in a raw order array
|
||||
"""
|
||||
ID = 0
|
||||
GID = 1
|
||||
|
||||
Reference in New Issue
Block a user