Skip to content

Commit

Permalink
Fixes brokerage for API Reference
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCatarino committed Apr 26, 2024
1 parent 8d23d64 commit 4fd605e
Show file tree
Hide file tree
Showing 8 changed files with 1,224 additions and 132 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ <h4>200 Success</h4>
"ClosedTrades": [
{
"Symbol": {
"Value": "string",
"ID": "string",
"Permtick": "string"
"value": "string",
"id": "string",
"permtick": "string"
},
"EntryTime": "2021-11-26T15:18:27.693Z",
"EntryPrice": 0,
Expand Down Expand Up @@ -281,9 +281,9 @@ <h4>200 Success</h4>
"ClosedTrades": [
{
"Symbol": {
"Value": "string",
"ID": "string",
"Permtick": "string"
"value": "string",
"id": "string",
"permtick": "string"
},
"EntryTime": "2021-11-26T15:18:27.693Z",
"EntryPrice": 0,
Expand Down Expand Up @@ -518,9 +518,9 @@ <h4>200 Success</h4>
"ClosedTrades": [
{
"Symbol": {
"Value": "string",
"ID": "string",
"Permtick": "string"
"value": "string",
"id": "string",
"permtick": "string"
},
"EntryTime": "2021-11-26T15:18:27.693Z",
"EntryPrice": 0,
Expand Down Expand Up @@ -658,9 +658,9 @@ <h4>200 Success</h4>
"ClosedTrades": [
{
"Symbol": {
"Value": "string",
"ID": "string",
"Permtick": "string"
"value": "string",
"id": "string",
"permtick": "string"
},
"EntryTime": "2021-11-26T15:18:27.693Z",
"EntryPrice": 0,
Expand Down Expand Up @@ -932,9 +932,9 @@ <h4>200 Success</h4>
"ClosedTrades": [
{
"Symbol": {
"Value": "string",
"ID": "string",
"Permtick": "string"
"value": "string",
"id": "string",
"permtick": "string"
},
"EntryTime": "2021-11-26T15:18:27.693Z",
"EntryPrice": 0,
Expand Down Expand Up @@ -1275,9 +1275,9 @@ <h4>200 Success</h4>
<div class="cli section-example-container"><pre>
{
"Symbol": {
"Value": "string",
"ID": "string",
"Permtick": "string"
"value": "string",
"id": "string",
"permtick": "string"
},
"EntryTime": "2021-11-26T15:18:27.693Z",
"EntryPrice": 0,
Expand All @@ -1302,22 +1302,22 @@ <h4>200 Success</h4>
</tr>
</thead>
<tr>
<td width="20%">Value</td> <td> <code>string</code> <br/> The current symbol for this ticker.</td>
<td width="20%">value</td> <td> <code>string</code> <br/> The current symbol for this ticker.</td>
</tr>
<tr>
<td width="20%">ID</td> <td> <code>string</code> <br/> The security identifier for this symbol.</td>
<td width="20%">id</td> <td> <code>string</code> <br/> The security identifier for this symbol.</td>
</tr>
<tr>
<td width="20%">Permtick</td> <td> <code>string</code> <br/> The current symbol for this ticker.</td>
<td width="20%">permtick</td> <td> <code>string</code> <br/> The current symbol for this ticker.</td>
</tr>
<tr>
<td width="20%">Example</td>
<td>
<div class="cli section-example-container"><pre>
{
"Value": "string",
"ID": "string",
"Permtick": "string"
"value": "string",
"id": "string",
"permtick": "string"
}</pre>
</div>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ <h4>200 Success</h4>
"portfolio": {
"Holdings": {
"Symbol": {
"Value": "string",
"ID": "string",
"Permtick": "string"
"value": "string",
"id": "string",
"permtick": "string"
},
"Type": "Base",
"CurrencySymbol": "$",
Expand Down Expand Up @@ -65,9 +65,9 @@ <h4>200 Success</h4>
{
"Holdings": {
"Symbol": {
"Value": "string",
"ID": "string",
"Permtick": "string"
"value": "string",
"id": "string",
"permtick": "string"
},
"Type": "Base",
"CurrencySymbol": "$",
Expand Down Expand Up @@ -128,9 +128,9 @@ <h4>200 Success</h4>
<div class="cli section-example-container"><pre>
{
"Symbol": {
"Value": "string",
"ID": "string",
"Permtick": "string"
"value": "string",
"id": "string",
"permtick": "string"
},
"Type": "Base",
"CurrencySymbol": "$",
Expand All @@ -151,22 +151,22 @@ <h4>200 Success</h4>
</tr>
</thead>
<tr>
<td width="20%">Value</td> <td> <code>string</code> <br/> The current symbol for this ticker.</td>
<td width="20%">value</td> <td> <code>string</code> <br/> The current symbol for this ticker.</td>
</tr>
<tr>
<td width="20%">ID</td> <td> <code>string</code> <br/> The security identifier for this symbol.</td>
<td width="20%">id</td> <td> <code>string</code> <br/> The security identifier for this symbol.</td>
</tr>
<tr>
<td width="20%">Permtick</td> <td> <code>string</code> <br/> The current symbol for this ticker.</td>
<td width="20%">permtick</td> <td> <code>string</code> <br/> The current symbol for this ticker.</td>
</tr>
<tr>
<td width="20%">Example</td>
<td>
<div class="cli section-example-container"><pre>
{
"Value": "string",
"ID": "string",
"Permtick": "string"
"value": "string",
"id": "string",
"permtick": "string"
}</pre>
</div>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ <h4>200 Success</h4>
"string"
],
"symbol": {
"Value": "string",
"ID": "string",
"Permtick": "string"
"value": "string",
"id": "string",
"permtick": "string"
},
"limitPrice": ,
"stopPrice": 0,
Expand All @@ -50,9 +50,9 @@ <h4>200 Success</h4>
"direction": 0 = Buy,
"value": 0,
"orderSubmissionData": {
"BidPrice": 0,
"AskPrice": 0,
"LastPrice": 0
"bidPrice": 0,
"askPrice": 0,
"lastPrice": 0
},
"isMarketable": true,
"properties": {
Expand All @@ -67,9 +67,9 @@ <h4>200 Success</h4>
"orderEventId": 0,
"id": 0,
"symbol": {
"Value": "string",
"ID": "string",
"Permtick": "string"
"value": "string",
"id": "string",
"permtick": "string"
},
"status": "new",
"orderFeeAmount": 0,
Expand Down Expand Up @@ -214,9 +214,9 @@ <h4>200 Success</h4>
"string"
],
"symbol": {
"Value": "string",
"ID": "string",
"Permtick": "string"
"value": "string",
"id": "string",
"permtick": "string"
},
"limitPrice": ,
"stopPrice": 0,
Expand All @@ -236,9 +236,9 @@ <h4>200 Success</h4>
"direction": 0 = Buy,
"value": 0,
"orderSubmissionData": {
"BidPrice": 0,
"AskPrice": 0,
"LastPrice": 0
"bidPrice": 0,
"askPrice": 0,
"lastPrice": 0
},
"isMarketable": true,
"properties": {
Expand All @@ -253,9 +253,9 @@ <h4>200 Success</h4>
"orderEventId": 0,
"id": 0,
"symbol": {
"Value": "string",
"ID": "string",
"Permtick": "string"
"value": "string",
"id": "string",
"permtick": "string"
},
"status": "new",
"orderFeeAmount": 0,
Expand Down Expand Up @@ -298,22 +298,22 @@ <h4>200 Success</h4>
</tr>
</thead>
<tr>
<td width="20%">Value</td> <td> <code>string</code> <br/> The current symbol for this ticker.</td>
<td width="20%">value</td> <td> <code>string</code> <br/> The current symbol for this ticker.</td>
</tr>
<tr>
<td width="20%">ID</td> <td> <code>string</code> <br/> The security identifier for this symbol.</td>
<td width="20%">id</td> <td> <code>string</code> <br/> The security identifier for this symbol.</td>
</tr>
<tr>
<td width="20%">Permtick</td> <td> <code>string</code> <br/> The current symbol for this ticker.</td>
<td width="20%">permtick</td> <td> <code>string</code> <br/> The current symbol for this ticker.</td>
</tr>
<tr>
<td width="20%">Example</td>
<td>
<div class="cli section-example-container"><pre>
{
"Value": "string",
"ID": "string",
"Permtick": "string"
"value": "string",
"id": "string",
"permtick": "string"
}</pre>
</div>
</td>
Expand All @@ -325,22 +325,22 @@ <h4>200 Success</h4>
</tr>
</thead>
<tr>
<td width="20%">BidPrice</td> <td> <code>number</code> <br/> The bid price at an order submission time.</td>
<td width="20%">bidPrice</td> <td> <code>number</code> <br/> The bid price at an order submission time.</td>
</tr>
<tr>
<td width="20%">AskPrice</td> <td> <code>number</code> <br/> The ask price at an order submission time.</td>
<td width="20%">askPrice</td> <td> <code>number</code> <br/> The ask price at an order submission time.</td>
</tr>
<tr>
<td width="20%">LastPrice</td> <td> <code>number</code> <br/> The current price at an order submission time.</td>
<td width="20%">lastPrice</td> <td> <code>number</code> <br/> The current price at an order submission time.</td>
</tr>
<tr>
<td width="20%">Example</td>
<td>
<div class="cli section-example-container"><pre>
{
"BidPrice": 0,
"AskPrice": 0,
"LastPrice": 0
"bidPrice": 0,
"askPrice": 0,
"lastPrice": 0
}</pre>
</div>
</td>
Expand Down Expand Up @@ -445,9 +445,9 @@ <h4>200 Success</h4>
"orderEventId": 0,
"id": 0,
"symbol": {
"Value": "string",
"ID": "string",
"Permtick": "string"
"value": "string",
"id": "string",
"permtick": "string"
},
"status": "new",
"orderFeeAmount": 0,
Expand Down
Loading

0 comments on commit 4fd605e

Please sign in to comment.