models/position: fix cconstruction of position from raw array

This commit is contained in:
JacobPlaster
2020-04-14 15:14:51 +01:00
committed by Jacob Plaster
parent b78f567d01
commit 2221ca3e4c
2 changed files with 69 additions and 13 deletions

View File

@@ -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