We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f16397 + b171b09 commit 97f8f38Copy full SHA for 97f8f38
1 file changed
schema_json/endpoint/positions/position.json
@@ -28,6 +28,11 @@
28
"javaName": "quantity",
29
"title": "The number of shares."
30
},
31
+ "qty_available": {
32
+ "existingJavaType": "java.lang.String",
33
+ "javaName": "quantityAvailable",
34
+ "title": "Total number of shares available minus open orders."
35
+ },
36
"side": {
37
"existingJavaType": "java.lang.String",
38
"title": "\"long\"."
0 commit comments