mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-20 15:24:21 +01:00
models/trade: use enum to index raw array
This commit is contained in:
committed by
Jacob Plaster
parent
1b0c0674d4
commit
41407d4668
@@ -3,7 +3,7 @@ Module used to describe all of the different data types
|
||||
"""
|
||||
class PositionModel:
|
||||
"""
|
||||
Enum used to index the different values in a raw order array
|
||||
Enum used to index the different values in a raw position array
|
||||
"""
|
||||
SYMBOL = 0
|
||||
STATUS = 1
|
||||
|
||||
Reference in New Issue
Block a user