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.
1 parent 4f16397 commit 32e6f14Copy full SHA for 32e6f14
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": "quantity",
34
+ "title": "Total number of shares available minus open orders."
35
+ },
36
"side": {
37
"existingJavaType": "java.lang.String",
38
"title": "\"long\"."
0 commit comments