Skip to content

Commit

Permalink
close #11123
Browse files Browse the repository at this point in the history
  • Loading branch information
frosty00 committed Jan 5, 2022
1 parent 37784b2 commit 34ef820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -3474,7 +3474,7 @@ We present a unified structure for the positions returned by exchanges.
'hedged': false, // boolean, whether or not the position is hedged, i.e. if trading in the opposite direction will close this position or make a new one
'side': 'long', // string, long or short
'contracts': 5, // float, number of contracts bought, aka the amount or size of the position
'contractSize': 100, // float, the size of one contract in quote units
'contractSize': 100, // string, the size of one contract in quote units
'entryPrice': 20000, // float, the average entry price of the position
'markPrice': 20050, // float, a price that is used for funding calculations
'notional': 100000, // float, the value of the position in the settlement currency
Expand Down

0 comments on commit 34ef820

Please sign in to comment.