@almadar/std 7.4.7 → 7.4.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/behaviors/registry/atoms/std-async.orb +224 -132
- package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/behaviors/registry/atoms/std-browse.orb +59 -59
- package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/atoms/std-collision.orb +133 -133
- package/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/behaviors/registry/atoms/std-combat.orb +63 -63
- package/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/behaviors/registry/atoms/std-display.orb +366 -366
- package/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/behaviors/registry/atoms/std-filter.orb +94 -94
- package/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/behaviors/registry/atoms/std-input.orb +107 -107
- package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/behaviors/registry/atoms/std-loading.orb +82 -82
- package/behaviors/registry/atoms/std-modal.orb +11 -11
- package/behaviors/registry/atoms/std-movement.orb +285 -285
- package/behaviors/registry/atoms/std-notification.orb +60 -60
- package/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/behaviors/registry/atoms/std-push.orb +44 -44
- package/behaviors/registry/atoms/std-quest.orb +314 -314
- package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/behaviors/registry/atoms/std-rating.orb +45 -45
- package/behaviors/registry/atoms/std-related.orb +38 -38
- package/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/behaviors/registry/atoms/std-score.orb +125 -125
- package/behaviors/registry/atoms/std-search.orb +77 -77
- package/behaviors/registry/atoms/std-selection.orb +184 -184
- package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/behaviors/registry/atoms/std-sort.orb +198 -198
- package/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/behaviors/registry/atoms/std-theme.orb +114 -114
- package/behaviors/registry/atoms/std-timer.orb +298 -298
- package/behaviors/registry/atoms/std-undo.orb +186 -186
- package/behaviors/registry/atoms/std-upload.orb +88 -88
- package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/behaviors/registry/molecules/std-cart.orb +47 -47
- package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/behaviors/registry/molecules/std-detail.orb +78 -78
- package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/behaviors/registry/molecules/std-list.orb +57 -57
- package/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/behaviors/registry/organisms/std-cms.orb +393 -393
- package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/behaviors/registry/organisms/std-crm.orb +751 -751
- package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/behaviors/registry/organisms/std-lms.orb +834 -834
- package/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/dist/behaviors/registry/atoms/std-async.orb +224 -132
- package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
- package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
- package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
- package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/dist/behaviors/registry/atoms/std-display.orb +366 -366
- package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
- package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/dist/behaviors/registry/atoms/std-input.orb +107 -107
- package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
- package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
- package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
- package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
- package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/dist/behaviors/registry/atoms/std-push.orb +44 -44
- package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
- package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
- package/dist/behaviors/registry/atoms/std-related.orb +38 -38
- package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/dist/behaviors/registry/atoms/std-score.orb +125 -125
- package/dist/behaviors/registry/atoms/std-search.orb +77 -77
- package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
- package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
- package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
- package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
- package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
- package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
- package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
- package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/dist/behaviors/registry/molecules/std-list.orb +57 -57
- package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
- package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
- package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
- package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/package.json +1 -1
|
@@ -170,6 +170,8 @@
|
|
|
170
170
|
"render-ui",
|
|
171
171
|
"main",
|
|
172
172
|
{
|
|
173
|
+
"type": "dashboard-layout",
|
|
174
|
+
"appName": "Trading Dashboard",
|
|
173
175
|
"navItems": [
|
|
174
176
|
{
|
|
175
177
|
"label": "Portfolio",
|
|
@@ -177,47 +179,47 @@
|
|
|
177
179
|
"href": "/portfolio"
|
|
178
180
|
},
|
|
179
181
|
{
|
|
182
|
+
"icon": "clipboard-list",
|
|
180
183
|
"href": "/orders",
|
|
181
|
-
"label": "Orders"
|
|
182
|
-
"icon": "clipboard-list"
|
|
184
|
+
"label": "Orders"
|
|
183
185
|
},
|
|
184
186
|
{
|
|
185
|
-
"href": "/market",
|
|
186
187
|
"label": "Market",
|
|
188
|
+
"href": "/market",
|
|
187
189
|
"icon": "layout-list"
|
|
188
190
|
}
|
|
189
191
|
],
|
|
190
|
-
"type": "dashboard-layout",
|
|
191
|
-
"appName": "Trading Dashboard",
|
|
192
192
|
"children": [
|
|
193
193
|
{
|
|
194
194
|
"type": "scaled-diagram",
|
|
195
195
|
"children": [
|
|
196
196
|
{
|
|
197
197
|
"direction": "vertical",
|
|
198
|
+
"type": "stack",
|
|
198
199
|
"gap": "lg",
|
|
199
200
|
"children": [
|
|
200
201
|
{
|
|
202
|
+
"type": "breadcrumb",
|
|
201
203
|
"items": [
|
|
202
204
|
{
|
|
203
|
-
"
|
|
204
|
-
"
|
|
205
|
+
"label": "Home",
|
|
206
|
+
"href": "/"
|
|
205
207
|
},
|
|
206
208
|
{
|
|
207
209
|
"label": "Portfolio"
|
|
208
210
|
}
|
|
209
|
-
]
|
|
210
|
-
"type": "breadcrumb"
|
|
211
|
+
]
|
|
211
212
|
},
|
|
212
213
|
{
|
|
213
214
|
"type": "stack",
|
|
214
215
|
"children": [
|
|
215
216
|
{
|
|
216
|
-
"
|
|
217
|
+
"type": "stack",
|
|
218
|
+
"direction": "horizontal",
|
|
217
219
|
"children": [
|
|
218
220
|
{
|
|
219
|
-
"
|
|
220
|
-
"
|
|
221
|
+
"name": "trending-up",
|
|
222
|
+
"type": "icon"
|
|
221
223
|
},
|
|
222
224
|
{
|
|
223
225
|
"variant": "h2",
|
|
@@ -225,34 +227,29 @@
|
|
|
225
227
|
"content": "Portfolio"
|
|
226
228
|
}
|
|
227
229
|
],
|
|
228
|
-
"
|
|
229
|
-
"direction": "horizontal"
|
|
230
|
+
"gap": "md"
|
|
230
231
|
},
|
|
231
232
|
{
|
|
232
|
-
"action": "REFRESH",
|
|
233
|
-
"type": "button",
|
|
234
233
|
"icon": "refresh-cw",
|
|
235
234
|
"variant": "secondary",
|
|
236
|
-
"
|
|
235
|
+
"type": "button",
|
|
236
|
+
"label": "Refresh",
|
|
237
|
+
"action": "REFRESH"
|
|
237
238
|
}
|
|
238
239
|
],
|
|
239
|
-
"direction": "horizontal",
|
|
240
240
|
"gap": "md",
|
|
241
|
+
"direction": "horizontal",
|
|
241
242
|
"justify": "between"
|
|
242
243
|
},
|
|
243
244
|
{
|
|
244
245
|
"type": "divider"
|
|
245
246
|
},
|
|
246
247
|
{
|
|
247
|
-
"padding": "md",
|
|
248
248
|
"children": [
|
|
249
249
|
{
|
|
250
|
-
"type": "simple-grid",
|
|
251
|
-
"cols": 3.0,
|
|
252
250
|
"children": [
|
|
253
251
|
{
|
|
254
252
|
"type": "stat-display",
|
|
255
|
-
"label": "TotalValue",
|
|
256
253
|
"value": [
|
|
257
254
|
"object/get",
|
|
258
255
|
[
|
|
@@ -260,10 +257,10 @@
|
|
|
260
257
|
"@entity"
|
|
261
258
|
],
|
|
262
259
|
"totalValue"
|
|
263
|
-
]
|
|
260
|
+
],
|
|
261
|
+
"label": "TotalValue"
|
|
264
262
|
},
|
|
265
263
|
{
|
|
266
|
-
"type": "stat-display",
|
|
267
264
|
"value": [
|
|
268
265
|
"object/get",
|
|
269
266
|
[
|
|
@@ -272,11 +269,10 @@
|
|
|
272
269
|
],
|
|
273
270
|
"dailyChange"
|
|
274
271
|
],
|
|
272
|
+
"type": "stat-display",
|
|
275
273
|
"label": "DailyChange"
|
|
276
274
|
},
|
|
277
275
|
{
|
|
278
|
-
"type": "stat-display",
|
|
279
|
-
"label": "Positions",
|
|
280
276
|
"value": [
|
|
281
277
|
"object/get",
|
|
282
278
|
[
|
|
@@ -284,7 +280,9 @@
|
|
|
284
280
|
"@entity"
|
|
285
281
|
],
|
|
286
282
|
"positions"
|
|
287
|
-
]
|
|
283
|
+
],
|
|
284
|
+
"type": "stat-display",
|
|
285
|
+
"label": "Positions"
|
|
288
286
|
},
|
|
289
287
|
{
|
|
290
288
|
"value": [
|
|
@@ -298,46 +296,50 @@
|
|
|
298
296
|
"label": "CashBalance",
|
|
299
297
|
"type": "stat-display"
|
|
300
298
|
}
|
|
301
|
-
]
|
|
299
|
+
],
|
|
300
|
+
"type": "simple-grid",
|
|
301
|
+
"cols": 3.0
|
|
302
302
|
}
|
|
303
303
|
],
|
|
304
|
-
"type": "box"
|
|
304
|
+
"type": "box",
|
|
305
|
+
"padding": "md"
|
|
305
306
|
},
|
|
306
307
|
{
|
|
307
308
|
"type": "divider"
|
|
308
309
|
},
|
|
309
310
|
{
|
|
311
|
+
"type": "grid",
|
|
312
|
+
"gap": "md",
|
|
310
313
|
"cols": 2.0,
|
|
311
314
|
"children": [
|
|
312
315
|
{
|
|
316
|
+
"type": "card",
|
|
313
317
|
"children": [
|
|
314
318
|
{
|
|
315
|
-
"
|
|
319
|
+
"type": "typography",
|
|
316
320
|
"content": "Chart View",
|
|
317
|
-
"
|
|
321
|
+
"variant": "caption"
|
|
318
322
|
}
|
|
319
|
-
]
|
|
320
|
-
"type": "card"
|
|
323
|
+
]
|
|
321
324
|
},
|
|
322
325
|
{
|
|
323
326
|
"children": [
|
|
324
327
|
{
|
|
325
|
-
"
|
|
328
|
+
"content": "Graph View",
|
|
326
329
|
"type": "typography",
|
|
327
|
-
"
|
|
330
|
+
"variant": "caption"
|
|
328
331
|
}
|
|
329
332
|
],
|
|
330
333
|
"type": "card"
|
|
331
334
|
}
|
|
332
|
-
]
|
|
333
|
-
"type": "grid",
|
|
334
|
-
"gap": "md"
|
|
335
|
+
]
|
|
335
336
|
},
|
|
336
337
|
{
|
|
338
|
+
"type": "line-chart",
|
|
337
339
|
"data": [
|
|
338
340
|
{
|
|
339
|
-
"
|
|
340
|
-
"
|
|
341
|
+
"date": "Jan",
|
|
342
|
+
"value": 12.0
|
|
341
343
|
},
|
|
342
344
|
{
|
|
343
345
|
"value": 19.0,
|
|
@@ -348,70 +350,68 @@
|
|
|
348
350
|
"date": "Mar"
|
|
349
351
|
},
|
|
350
352
|
{
|
|
351
|
-
"
|
|
352
|
-
"
|
|
353
|
+
"date": "Apr",
|
|
354
|
+
"value": 25.0
|
|
353
355
|
},
|
|
354
356
|
{
|
|
355
|
-
"
|
|
356
|
-
"
|
|
357
|
+
"date": "May",
|
|
358
|
+
"value": 22.0
|
|
357
359
|
},
|
|
358
360
|
{
|
|
359
|
-
"
|
|
360
|
-
"
|
|
361
|
+
"date": "Jun",
|
|
362
|
+
"value": 30.0
|
|
361
363
|
}
|
|
362
|
-
]
|
|
363
|
-
"type": "line-chart"
|
|
364
|
+
]
|
|
364
365
|
},
|
|
365
366
|
{
|
|
367
|
+
"type": "chart-legend",
|
|
366
368
|
"items": [
|
|
367
369
|
{
|
|
368
|
-
"
|
|
369
|
-
"
|
|
370
|
+
"color": "primary",
|
|
371
|
+
"label": "Current"
|
|
370
372
|
},
|
|
371
373
|
{
|
|
372
374
|
"label": "Previous",
|
|
373
375
|
"color": "muted"
|
|
374
376
|
}
|
|
375
|
-
]
|
|
376
|
-
"type": "chart-legend"
|
|
377
|
+
]
|
|
377
378
|
},
|
|
378
379
|
{
|
|
380
|
+
"width": 400.0,
|
|
381
|
+
"height": 200.0,
|
|
379
382
|
"nodes": [
|
|
380
383
|
{
|
|
381
|
-
"
|
|
384
|
+
"x": 50.0,
|
|
382
385
|
"y": 100.0,
|
|
383
|
-
"
|
|
384
|
-
"
|
|
386
|
+
"label": "Start",
|
|
387
|
+
"id": "a"
|
|
385
388
|
},
|
|
386
389
|
{
|
|
387
|
-
"
|
|
388
|
-
"label": "Process",
|
|
390
|
+
"x": 200.0,
|
|
389
391
|
"id": "b",
|
|
390
|
-
"
|
|
392
|
+
"label": "Process",
|
|
393
|
+
"y": 50.0
|
|
391
394
|
},
|
|
392
395
|
{
|
|
393
|
-
"y": 100.0,
|
|
394
396
|
"x": 350.0,
|
|
397
|
+
"id": "c",
|
|
395
398
|
"label": "End",
|
|
396
|
-
"
|
|
399
|
+
"y": 100.0
|
|
397
400
|
}
|
|
398
401
|
],
|
|
399
|
-
"type": "graph-view",
|
|
400
|
-
"height": 200.0,
|
|
401
402
|
"edges": [
|
|
402
403
|
{
|
|
403
|
-
"
|
|
404
|
-
"
|
|
404
|
+
"from": "a",
|
|
405
|
+
"to": "b"
|
|
405
406
|
},
|
|
406
407
|
{
|
|
407
408
|
"to": "c",
|
|
408
409
|
"from": "b"
|
|
409
410
|
}
|
|
410
411
|
],
|
|
411
|
-
"
|
|
412
|
+
"type": "graph-view"
|
|
412
413
|
}
|
|
413
|
-
]
|
|
414
|
-
"type": "stack"
|
|
414
|
+
]
|
|
415
415
|
}
|
|
416
416
|
]
|
|
417
417
|
}
|
|
@@ -430,8 +430,8 @@
|
|
|
430
430
|
"Portfolio",
|
|
431
431
|
{
|
|
432
432
|
"emit": {
|
|
433
|
-
"
|
|
434
|
-
"
|
|
433
|
+
"success": "PortfolioLoaded",
|
|
434
|
+
"failure": "PortfolioLoadFailed"
|
|
435
435
|
}
|
|
436
436
|
}
|
|
437
437
|
],
|
|
@@ -440,26 +440,9 @@
|
|
|
440
440
|
"main",
|
|
441
441
|
{
|
|
442
442
|
"type": "dashboard-layout",
|
|
443
|
-
"navItems": [
|
|
444
|
-
{
|
|
445
|
-
"href": "/portfolio",
|
|
446
|
-
"label": "Portfolio",
|
|
447
|
-
"icon": "layout-list"
|
|
448
|
-
},
|
|
449
|
-
{
|
|
450
|
-
"icon": "clipboard-list",
|
|
451
|
-
"label": "Orders",
|
|
452
|
-
"href": "/orders"
|
|
453
|
-
},
|
|
454
|
-
{
|
|
455
|
-
"href": "/market",
|
|
456
|
-
"icon": "layout-list",
|
|
457
|
-
"label": "Market"
|
|
458
|
-
}
|
|
459
|
-
],
|
|
460
|
-
"appName": "Trading Dashboard",
|
|
461
443
|
"children": [
|
|
462
444
|
{
|
|
445
|
+
"type": "scaled-diagram",
|
|
463
446
|
"children": [
|
|
464
447
|
{
|
|
465
448
|
"children": [
|
|
@@ -467,8 +450,8 @@
|
|
|
467
450
|
"type": "breadcrumb",
|
|
468
451
|
"items": [
|
|
469
452
|
{
|
|
470
|
-
"
|
|
471
|
-
"
|
|
453
|
+
"href": "/",
|
|
454
|
+
"label": "Home"
|
|
472
455
|
},
|
|
473
456
|
{
|
|
474
457
|
"label": "Portfolio"
|
|
@@ -476,17 +459,15 @@
|
|
|
476
459
|
]
|
|
477
460
|
},
|
|
478
461
|
{
|
|
462
|
+
"type": "stack",
|
|
479
463
|
"gap": "md",
|
|
480
464
|
"justify": "between",
|
|
481
|
-
"direction": "horizontal",
|
|
482
|
-
"type": "stack",
|
|
483
465
|
"children": [
|
|
484
466
|
{
|
|
485
|
-
"type": "stack",
|
|
486
467
|
"children": [
|
|
487
468
|
{
|
|
488
|
-
"
|
|
489
|
-
"
|
|
469
|
+
"name": "trending-up",
|
|
470
|
+
"type": "icon"
|
|
490
471
|
},
|
|
491
472
|
{
|
|
492
473
|
"variant": "h2",
|
|
@@ -495,23 +476,24 @@
|
|
|
495
476
|
}
|
|
496
477
|
],
|
|
497
478
|
"direction": "horizontal",
|
|
479
|
+
"type": "stack",
|
|
498
480
|
"gap": "md"
|
|
499
481
|
},
|
|
500
482
|
{
|
|
483
|
+
"icon": "refresh-cw",
|
|
501
484
|
"variant": "secondary",
|
|
502
485
|
"type": "button",
|
|
503
486
|
"label": "Refresh",
|
|
504
|
-
"action": "REFRESH"
|
|
505
|
-
"icon": "refresh-cw"
|
|
487
|
+
"action": "REFRESH"
|
|
506
488
|
}
|
|
507
|
-
]
|
|
489
|
+
],
|
|
490
|
+
"direction": "horizontal"
|
|
508
491
|
},
|
|
509
492
|
{
|
|
510
493
|
"type": "divider"
|
|
511
494
|
},
|
|
512
495
|
{
|
|
513
496
|
"padding": "md",
|
|
514
|
-
"type": "box",
|
|
515
497
|
"children": [
|
|
516
498
|
{
|
|
517
499
|
"cols": 3.0,
|
|
@@ -542,7 +524,6 @@
|
|
|
542
524
|
},
|
|
543
525
|
{
|
|
544
526
|
"type": "stat-display",
|
|
545
|
-
"label": "Positions",
|
|
546
527
|
"value": [
|
|
547
528
|
"object/get",
|
|
548
529
|
[
|
|
@@ -550,9 +531,12 @@
|
|
|
550
531
|
"@entity"
|
|
551
532
|
],
|
|
552
533
|
"positions"
|
|
553
|
-
]
|
|
534
|
+
],
|
|
535
|
+
"label": "Positions"
|
|
554
536
|
},
|
|
555
537
|
{
|
|
538
|
+
"type": "stat-display",
|
|
539
|
+
"label": "CashBalance",
|
|
556
540
|
"value": [
|
|
557
541
|
"object/get",
|
|
558
542
|
[
|
|
@@ -560,44 +544,43 @@
|
|
|
560
544
|
"@entity"
|
|
561
545
|
],
|
|
562
546
|
"cashBalance"
|
|
563
|
-
]
|
|
564
|
-
"label": "CashBalance",
|
|
565
|
-
"type": "stat-display"
|
|
547
|
+
]
|
|
566
548
|
}
|
|
567
549
|
],
|
|
568
550
|
"type": "simple-grid"
|
|
569
551
|
}
|
|
570
|
-
]
|
|
552
|
+
],
|
|
553
|
+
"type": "box"
|
|
571
554
|
},
|
|
572
555
|
{
|
|
573
556
|
"type": "divider"
|
|
574
557
|
},
|
|
575
558
|
{
|
|
576
559
|
"type": "grid",
|
|
577
|
-
"gap": "md",
|
|
578
|
-
"cols": 2.0,
|
|
579
560
|
"children": [
|
|
580
561
|
{
|
|
562
|
+
"type": "card",
|
|
581
563
|
"children": [
|
|
582
564
|
{
|
|
565
|
+
"content": "Chart View",
|
|
583
566
|
"type": "typography",
|
|
584
|
-
"variant": "caption"
|
|
585
|
-
"content": "Chart View"
|
|
567
|
+
"variant": "caption"
|
|
586
568
|
}
|
|
587
|
-
]
|
|
588
|
-
"type": "card"
|
|
569
|
+
]
|
|
589
570
|
},
|
|
590
571
|
{
|
|
591
|
-
"type": "card",
|
|
592
572
|
"children": [
|
|
593
573
|
{
|
|
594
574
|
"type": "typography",
|
|
595
575
|
"variant": "caption",
|
|
596
576
|
"content": "Graph View"
|
|
597
577
|
}
|
|
598
|
-
]
|
|
578
|
+
],
|
|
579
|
+
"type": "card"
|
|
599
580
|
}
|
|
600
|
-
]
|
|
581
|
+
],
|
|
582
|
+
"cols": 2.0,
|
|
583
|
+
"gap": "md"
|
|
601
584
|
},
|
|
602
585
|
{
|
|
603
586
|
"type": "line-chart",
|
|
@@ -607,16 +590,16 @@
|
|
|
607
590
|
"value": 12.0
|
|
608
591
|
},
|
|
609
592
|
{
|
|
610
|
-
"
|
|
611
|
-
"
|
|
593
|
+
"date": "Feb",
|
|
594
|
+
"value": 19.0
|
|
612
595
|
},
|
|
613
596
|
{
|
|
614
597
|
"date": "Mar",
|
|
615
598
|
"value": 15.0
|
|
616
599
|
},
|
|
617
600
|
{
|
|
618
|
-
"
|
|
619
|
-
"
|
|
601
|
+
"value": 25.0,
|
|
602
|
+
"date": "Apr"
|
|
620
603
|
},
|
|
621
604
|
{
|
|
622
605
|
"date": "May",
|
|
@@ -629,66 +612,83 @@
|
|
|
629
612
|
]
|
|
630
613
|
},
|
|
631
614
|
{
|
|
615
|
+
"type": "chart-legend",
|
|
632
616
|
"items": [
|
|
633
617
|
{
|
|
634
618
|
"label": "Current",
|
|
635
619
|
"color": "primary"
|
|
636
620
|
},
|
|
637
621
|
{
|
|
638
|
-
"
|
|
639
|
-
"
|
|
622
|
+
"color": "muted",
|
|
623
|
+
"label": "Previous"
|
|
640
624
|
}
|
|
641
|
-
]
|
|
642
|
-
"type": "chart-legend"
|
|
625
|
+
]
|
|
643
626
|
},
|
|
644
627
|
{
|
|
628
|
+
"edges": [
|
|
629
|
+
{
|
|
630
|
+
"from": "a",
|
|
631
|
+
"to": "b"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"to": "c",
|
|
635
|
+
"from": "b"
|
|
636
|
+
}
|
|
637
|
+
],
|
|
638
|
+
"width": 400.0,
|
|
639
|
+
"type": "graph-view",
|
|
645
640
|
"nodes": [
|
|
646
641
|
{
|
|
647
642
|
"id": "a",
|
|
648
|
-
"y": 100.0,
|
|
649
643
|
"x": 50.0,
|
|
650
|
-
"label": "Start"
|
|
644
|
+
"label": "Start",
|
|
645
|
+
"y": 100.0
|
|
651
646
|
},
|
|
652
647
|
{
|
|
653
648
|
"label": "Process",
|
|
654
|
-
"x": 200.0,
|
|
655
649
|
"y": 50.0,
|
|
656
|
-
"id": "b"
|
|
650
|
+
"id": "b",
|
|
651
|
+
"x": 200.0
|
|
657
652
|
},
|
|
658
653
|
{
|
|
659
654
|
"id": "c",
|
|
660
655
|
"y": 100.0,
|
|
661
|
-
"
|
|
662
|
-
"
|
|
663
|
-
}
|
|
664
|
-
],
|
|
665
|
-
"height": 200.0,
|
|
666
|
-
"type": "graph-view",
|
|
667
|
-
"edges": [
|
|
668
|
-
{
|
|
669
|
-
"to": "b",
|
|
670
|
-
"from": "a"
|
|
671
|
-
},
|
|
672
|
-
{
|
|
673
|
-
"to": "c",
|
|
674
|
-
"from": "b"
|
|
656
|
+
"x": 350.0,
|
|
657
|
+
"label": "End"
|
|
675
658
|
}
|
|
676
659
|
],
|
|
677
|
-
"
|
|
660
|
+
"height": 200.0
|
|
678
661
|
}
|
|
679
662
|
],
|
|
680
663
|
"type": "stack",
|
|
681
664
|
"gap": "lg",
|
|
682
665
|
"direction": "vertical"
|
|
683
666
|
}
|
|
684
|
-
]
|
|
685
|
-
"type": "scaled-diagram"
|
|
667
|
+
]
|
|
686
668
|
}
|
|
687
|
-
]
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
669
|
+
],
|
|
670
|
+
"navItems": [
|
|
671
|
+
{
|
|
672
|
+
"icon": "layout-list",
|
|
673
|
+
"label": "Portfolio",
|
|
674
|
+
"href": "/portfolio"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"label": "Orders",
|
|
678
|
+
"href": "/orders",
|
|
679
|
+
"icon": "clipboard-list"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"label": "Market",
|
|
683
|
+
"href": "/market",
|
|
684
|
+
"icon": "layout-list"
|
|
685
|
+
}
|
|
686
|
+
],
|
|
687
|
+
"appName": "Trading Dashboard"
|
|
688
|
+
}
|
|
689
|
+
]
|
|
690
|
+
]
|
|
691
|
+
},
|
|
692
692
|
{
|
|
693
693
|
"from": "displaying",
|
|
694
694
|
"to": "displaying",
|
|
@@ -699,8 +699,8 @@
|
|
|
699
699
|
"Portfolio",
|
|
700
700
|
{
|
|
701
701
|
"emit": {
|
|
702
|
-
"
|
|
703
|
-
"
|
|
702
|
+
"success": "PortfolioLoaded",
|
|
703
|
+
"failure": "PortfolioLoadFailed"
|
|
704
704
|
}
|
|
705
705
|
}
|
|
706
706
|
],
|
|
@@ -709,54 +709,73 @@
|
|
|
709
709
|
"main",
|
|
710
710
|
{
|
|
711
711
|
"type": "dashboard-layout",
|
|
712
|
+
"navItems": [
|
|
713
|
+
{
|
|
714
|
+
"href": "/portfolio",
|
|
715
|
+
"icon": "layout-list",
|
|
716
|
+
"label": "Portfolio"
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"href": "/orders",
|
|
720
|
+
"icon": "clipboard-list",
|
|
721
|
+
"label": "Orders"
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"label": "Market",
|
|
725
|
+
"icon": "layout-list",
|
|
726
|
+
"href": "/market"
|
|
727
|
+
}
|
|
728
|
+
],
|
|
729
|
+
"appName": "Trading Dashboard",
|
|
712
730
|
"children": [
|
|
713
731
|
{
|
|
732
|
+
"type": "scaled-diagram",
|
|
714
733
|
"children": [
|
|
715
734
|
{
|
|
716
735
|
"type": "stack",
|
|
717
|
-
"
|
|
736
|
+
"direction": "vertical",
|
|
718
737
|
"children": [
|
|
719
738
|
{
|
|
720
|
-
"type": "breadcrumb",
|
|
721
739
|
"items": [
|
|
722
740
|
{
|
|
723
|
-
"
|
|
724
|
-
"
|
|
741
|
+
"label": "Home",
|
|
742
|
+
"href": "/"
|
|
725
743
|
},
|
|
726
744
|
{
|
|
727
745
|
"label": "Portfolio"
|
|
728
746
|
}
|
|
729
|
-
]
|
|
747
|
+
],
|
|
748
|
+
"type": "breadcrumb"
|
|
730
749
|
},
|
|
731
750
|
{
|
|
732
|
-
"direction": "horizontal",
|
|
733
751
|
"children": [
|
|
734
752
|
{
|
|
735
|
-
"type": "stack",
|
|
736
|
-
"gap": "md",
|
|
737
753
|
"children": [
|
|
738
754
|
{
|
|
739
|
-
"
|
|
740
|
-
"
|
|
755
|
+
"type": "icon",
|
|
756
|
+
"name": "trending-up"
|
|
741
757
|
},
|
|
742
758
|
{
|
|
743
|
-
"variant": "h2",
|
|
744
759
|
"type": "typography",
|
|
745
|
-
"content": "Portfolio"
|
|
760
|
+
"content": "Portfolio",
|
|
761
|
+
"variant": "h2"
|
|
746
762
|
}
|
|
747
763
|
],
|
|
748
|
-
"
|
|
764
|
+
"type": "stack",
|
|
765
|
+
"direction": "horizontal",
|
|
766
|
+
"gap": "md"
|
|
749
767
|
},
|
|
750
768
|
{
|
|
751
769
|
"variant": "secondary",
|
|
752
|
-
"
|
|
753
|
-
"type": "button",
|
|
770
|
+
"icon": "refresh-cw",
|
|
754
771
|
"label": "Refresh",
|
|
755
|
-
"
|
|
772
|
+
"type": "button",
|
|
773
|
+
"action": "REFRESH"
|
|
756
774
|
}
|
|
757
775
|
],
|
|
758
|
-
"type": "stack",
|
|
759
776
|
"gap": "md",
|
|
777
|
+
"direction": "horizontal",
|
|
778
|
+
"type": "stack",
|
|
760
779
|
"justify": "between"
|
|
761
780
|
},
|
|
762
781
|
{
|
|
@@ -764,13 +783,14 @@
|
|
|
764
783
|
},
|
|
765
784
|
{
|
|
766
785
|
"type": "box",
|
|
767
|
-
"padding": "md",
|
|
768
786
|
"children": [
|
|
769
787
|
{
|
|
788
|
+
"type": "simple-grid",
|
|
789
|
+
"cols": 3.0,
|
|
770
790
|
"children": [
|
|
771
791
|
{
|
|
772
|
-
"type": "stat-display",
|
|
773
792
|
"label": "TotalValue",
|
|
793
|
+
"type": "stat-display",
|
|
774
794
|
"value": [
|
|
775
795
|
"object/get",
|
|
776
796
|
[
|
|
@@ -781,6 +801,8 @@
|
|
|
781
801
|
]
|
|
782
802
|
},
|
|
783
803
|
{
|
|
804
|
+
"type": "stat-display",
|
|
805
|
+
"label": "DailyChange",
|
|
784
806
|
"value": [
|
|
785
807
|
"object/get",
|
|
786
808
|
[
|
|
@@ -788,12 +810,9 @@
|
|
|
788
810
|
"@entity"
|
|
789
811
|
],
|
|
790
812
|
"dailyChange"
|
|
791
|
-
]
|
|
792
|
-
"type": "stat-display",
|
|
793
|
-
"label": "DailyChange"
|
|
813
|
+
]
|
|
794
814
|
},
|
|
795
815
|
{
|
|
796
|
-
"type": "stat-display",
|
|
797
816
|
"label": "Positions",
|
|
798
817
|
"value": [
|
|
799
818
|
"object/get",
|
|
@@ -802,11 +821,12 @@
|
|
|
802
821
|
"@entity"
|
|
803
822
|
],
|
|
804
823
|
"positions"
|
|
805
|
-
]
|
|
824
|
+
],
|
|
825
|
+
"type": "stat-display"
|
|
806
826
|
},
|
|
807
827
|
{
|
|
808
|
-
"type": "stat-display",
|
|
809
828
|
"label": "CashBalance",
|
|
829
|
+
"type": "stat-display",
|
|
810
830
|
"value": [
|
|
811
831
|
"object/get",
|
|
812
832
|
[
|
|
@@ -816,63 +836,62 @@
|
|
|
816
836
|
"cashBalance"
|
|
817
837
|
]
|
|
818
838
|
}
|
|
819
|
-
]
|
|
820
|
-
"type": "simple-grid",
|
|
821
|
-
"cols": 3.0
|
|
839
|
+
]
|
|
822
840
|
}
|
|
823
|
-
]
|
|
841
|
+
],
|
|
842
|
+
"padding": "md"
|
|
824
843
|
},
|
|
825
844
|
{
|
|
826
845
|
"type": "divider"
|
|
827
846
|
},
|
|
828
847
|
{
|
|
829
|
-
"type": "grid",
|
|
830
848
|
"children": [
|
|
831
849
|
{
|
|
832
|
-
"type": "card",
|
|
833
850
|
"children": [
|
|
834
851
|
{
|
|
835
852
|
"type": "typography",
|
|
836
853
|
"variant": "caption",
|
|
837
854
|
"content": "Chart View"
|
|
838
855
|
}
|
|
839
|
-
]
|
|
856
|
+
],
|
|
857
|
+
"type": "card"
|
|
840
858
|
},
|
|
841
859
|
{
|
|
860
|
+
"type": "card",
|
|
842
861
|
"children": [
|
|
843
862
|
{
|
|
844
|
-
"
|
|
863
|
+
"type": "typography",
|
|
845
864
|
"content": "Graph View",
|
|
846
|
-
"
|
|
865
|
+
"variant": "caption"
|
|
847
866
|
}
|
|
848
|
-
]
|
|
849
|
-
"type": "card"
|
|
867
|
+
]
|
|
850
868
|
}
|
|
851
869
|
],
|
|
852
|
-
"
|
|
853
|
-
"cols": 2.0
|
|
870
|
+
"type": "grid",
|
|
871
|
+
"cols": 2.0,
|
|
872
|
+
"gap": "md"
|
|
854
873
|
},
|
|
855
874
|
{
|
|
856
875
|
"data": [
|
|
857
876
|
{
|
|
858
|
-
"
|
|
859
|
-
"
|
|
877
|
+
"value": 12.0,
|
|
878
|
+
"date": "Jan"
|
|
860
879
|
},
|
|
861
880
|
{
|
|
862
|
-
"
|
|
863
|
-
"
|
|
881
|
+
"date": "Feb",
|
|
882
|
+
"value": 19.0
|
|
864
883
|
},
|
|
865
884
|
{
|
|
866
|
-
"
|
|
867
|
-
"
|
|
885
|
+
"value": 15.0,
|
|
886
|
+
"date": "Mar"
|
|
868
887
|
},
|
|
869
888
|
{
|
|
870
889
|
"date": "Apr",
|
|
871
890
|
"value": 25.0
|
|
872
891
|
},
|
|
873
892
|
{
|
|
874
|
-
"
|
|
875
|
-
"
|
|
893
|
+
"value": 22.0,
|
|
894
|
+
"date": "May"
|
|
876
895
|
},
|
|
877
896
|
{
|
|
878
897
|
"date": "Jun",
|
|
@@ -882,78 +901,59 @@
|
|
|
882
901
|
"type": "line-chart"
|
|
883
902
|
},
|
|
884
903
|
{
|
|
904
|
+
"type": "chart-legend",
|
|
885
905
|
"items": [
|
|
886
906
|
{
|
|
887
|
-
"
|
|
888
|
-
"
|
|
907
|
+
"color": "primary",
|
|
908
|
+
"label": "Current"
|
|
889
909
|
},
|
|
890
910
|
{
|
|
891
911
|
"color": "muted",
|
|
892
912
|
"label": "Previous"
|
|
893
913
|
}
|
|
894
|
-
]
|
|
895
|
-
"type": "chart-legend"
|
|
914
|
+
]
|
|
896
915
|
},
|
|
897
916
|
{
|
|
917
|
+
"edges": [
|
|
918
|
+
{
|
|
919
|
+
"from": "a",
|
|
920
|
+
"to": "b"
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"to": "c",
|
|
924
|
+
"from": "b"
|
|
925
|
+
}
|
|
926
|
+
],
|
|
927
|
+
"width": 400.0,
|
|
928
|
+
"height": 200.0,
|
|
898
929
|
"nodes": [
|
|
899
930
|
{
|
|
900
931
|
"id": "a",
|
|
901
|
-
"y": 100.0,
|
|
902
932
|
"label": "Start",
|
|
903
|
-
"x": 50.0
|
|
933
|
+
"x": 50.0,
|
|
934
|
+
"y": 100.0
|
|
904
935
|
},
|
|
905
936
|
{
|
|
906
|
-
"y": 50.0,
|
|
907
937
|
"label": "Process",
|
|
908
938
|
"id": "b",
|
|
939
|
+
"y": 50.0,
|
|
909
940
|
"x": 200.0
|
|
910
941
|
},
|
|
911
942
|
{
|
|
912
|
-
"y": 100.0,
|
|
913
|
-
"id": "c",
|
|
914
943
|
"x": 350.0,
|
|
915
|
-
"
|
|
944
|
+
"id": "c",
|
|
945
|
+
"label": "End",
|
|
946
|
+
"y": 100.0
|
|
916
947
|
}
|
|
917
948
|
],
|
|
918
|
-
"
|
|
919
|
-
"type": "graph-view",
|
|
920
|
-
"width": 400.0,
|
|
921
|
-
"edges": [
|
|
922
|
-
{
|
|
923
|
-
"to": "b",
|
|
924
|
-
"from": "a"
|
|
925
|
-
},
|
|
926
|
-
{
|
|
927
|
-
"from": "b",
|
|
928
|
-
"to": "c"
|
|
929
|
-
}
|
|
930
|
-
]
|
|
949
|
+
"type": "graph-view"
|
|
931
950
|
}
|
|
932
951
|
],
|
|
933
|
-
"
|
|
952
|
+
"gap": "lg"
|
|
934
953
|
}
|
|
935
|
-
]
|
|
936
|
-
"type": "scaled-diagram"
|
|
937
|
-
}
|
|
938
|
-
],
|
|
939
|
-
"navItems": [
|
|
940
|
-
{
|
|
941
|
-
"href": "/portfolio",
|
|
942
|
-
"label": "Portfolio",
|
|
943
|
-
"icon": "layout-list"
|
|
944
|
-
},
|
|
945
|
-
{
|
|
946
|
-
"href": "/orders",
|
|
947
|
-
"label": "Orders",
|
|
948
|
-
"icon": "clipboard-list"
|
|
949
|
-
},
|
|
950
|
-
{
|
|
951
|
-
"icon": "layout-list",
|
|
952
|
-
"label": "Market",
|
|
953
|
-
"href": "/market"
|
|
954
|
+
]
|
|
954
955
|
}
|
|
955
|
-
]
|
|
956
|
-
"appName": "Trading Dashboard"
|
|
956
|
+
]
|
|
957
957
|
}
|
|
958
958
|
]
|
|
959
959
|
]
|
|
@@ -968,8 +968,8 @@
|
|
|
968
968
|
"Portfolio",
|
|
969
969
|
{
|
|
970
970
|
"emit": {
|
|
971
|
-
"
|
|
972
|
-
"
|
|
971
|
+
"failure": "PortfolioLoadFailed",
|
|
972
|
+
"success": "PortfolioLoaded"
|
|
973
973
|
}
|
|
974
974
|
}
|
|
975
975
|
],
|
|
@@ -977,9 +977,27 @@
|
|
|
977
977
|
"render-ui",
|
|
978
978
|
"main",
|
|
979
979
|
{
|
|
980
|
+
"navItems": [
|
|
981
|
+
{
|
|
982
|
+
"label": "Portfolio",
|
|
983
|
+
"icon": "layout-list",
|
|
984
|
+
"href": "/portfolio"
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"label": "Orders",
|
|
988
|
+
"icon": "clipboard-list",
|
|
989
|
+
"href": "/orders"
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"icon": "layout-list",
|
|
993
|
+
"href": "/market",
|
|
994
|
+
"label": "Market"
|
|
995
|
+
}
|
|
996
|
+
],
|
|
997
|
+
"type": "dashboard-layout",
|
|
998
|
+
"appName": "Trading Dashboard",
|
|
980
999
|
"children": [
|
|
981
1000
|
{
|
|
982
|
-
"type": "scaled-diagram",
|
|
983
1001
|
"children": [
|
|
984
1002
|
{
|
|
985
1003
|
"type": "stack",
|
|
@@ -987,7 +1005,6 @@
|
|
|
987
1005
|
"gap": "lg",
|
|
988
1006
|
"children": [
|
|
989
1007
|
{
|
|
990
|
-
"type": "breadcrumb",
|
|
991
1008
|
"items": [
|
|
992
1009
|
{
|
|
993
1010
|
"label": "Home",
|
|
@@ -996,35 +1013,36 @@
|
|
|
996
1013
|
{
|
|
997
1014
|
"label": "Portfolio"
|
|
998
1015
|
}
|
|
999
|
-
]
|
|
1016
|
+
],
|
|
1017
|
+
"type": "breadcrumb"
|
|
1000
1018
|
},
|
|
1001
1019
|
{
|
|
1020
|
+
"type": "stack",
|
|
1002
1021
|
"children": [
|
|
1003
1022
|
{
|
|
1004
1023
|
"direction": "horizontal",
|
|
1024
|
+
"type": "stack",
|
|
1025
|
+
"gap": "md",
|
|
1005
1026
|
"children": [
|
|
1006
1027
|
{
|
|
1007
|
-
"
|
|
1008
|
-
"
|
|
1028
|
+
"type": "icon",
|
|
1029
|
+
"name": "trending-up"
|
|
1009
1030
|
},
|
|
1010
1031
|
{
|
|
1011
1032
|
"variant": "h2",
|
|
1012
|
-
"
|
|
1013
|
-
"
|
|
1033
|
+
"type": "typography",
|
|
1034
|
+
"content": "Portfolio"
|
|
1014
1035
|
}
|
|
1015
|
-
]
|
|
1016
|
-
"type": "stack",
|
|
1017
|
-
"gap": "md"
|
|
1036
|
+
]
|
|
1018
1037
|
},
|
|
1019
1038
|
{
|
|
1039
|
+
"type": "button",
|
|
1020
1040
|
"icon": "refresh-cw",
|
|
1021
1041
|
"variant": "secondary",
|
|
1022
1042
|
"action": "REFRESH",
|
|
1023
|
-
"type": "button",
|
|
1024
1043
|
"label": "Refresh"
|
|
1025
1044
|
}
|
|
1026
1045
|
],
|
|
1027
|
-
"type": "stack",
|
|
1028
1046
|
"justify": "between",
|
|
1029
1047
|
"gap": "md",
|
|
1030
1048
|
"direction": "horizontal"
|
|
@@ -1035,9 +1053,12 @@
|
|
|
1035
1053
|
{
|
|
1036
1054
|
"children": [
|
|
1037
1055
|
{
|
|
1056
|
+
"type": "simple-grid",
|
|
1057
|
+
"cols": 3.0,
|
|
1038
1058
|
"children": [
|
|
1039
1059
|
{
|
|
1040
1060
|
"label": "TotalValue",
|
|
1061
|
+
"type": "stat-display",
|
|
1041
1062
|
"value": [
|
|
1042
1063
|
"object/get",
|
|
1043
1064
|
[
|
|
@@ -1045,8 +1066,7 @@
|
|
|
1045
1066
|
"@entity"
|
|
1046
1067
|
],
|
|
1047
1068
|
"totalValue"
|
|
1048
|
-
]
|
|
1049
|
-
"type": "stat-display"
|
|
1069
|
+
]
|
|
1050
1070
|
},
|
|
1051
1071
|
{
|
|
1052
1072
|
"label": "DailyChange",
|
|
@@ -1073,6 +1093,8 @@
|
|
|
1073
1093
|
]
|
|
1074
1094
|
},
|
|
1075
1095
|
{
|
|
1096
|
+
"type": "stat-display",
|
|
1097
|
+
"label": "CashBalance",
|
|
1076
1098
|
"value": [
|
|
1077
1099
|
"object/get",
|
|
1078
1100
|
[
|
|
@@ -1080,61 +1102,58 @@
|
|
|
1080
1102
|
"@entity"
|
|
1081
1103
|
],
|
|
1082
1104
|
"cashBalance"
|
|
1083
|
-
]
|
|
1084
|
-
"type": "stat-display",
|
|
1085
|
-
"label": "CashBalance"
|
|
1105
|
+
]
|
|
1086
1106
|
}
|
|
1087
|
-
]
|
|
1088
|
-
"cols": 3.0,
|
|
1089
|
-
"type": "simple-grid"
|
|
1107
|
+
]
|
|
1090
1108
|
}
|
|
1091
1109
|
],
|
|
1092
|
-
"
|
|
1093
|
-
"
|
|
1110
|
+
"type": "box",
|
|
1111
|
+
"padding": "md"
|
|
1094
1112
|
},
|
|
1095
1113
|
{
|
|
1096
1114
|
"type": "divider"
|
|
1097
1115
|
},
|
|
1098
1116
|
{
|
|
1099
|
-
"type": "grid",
|
|
1100
1117
|
"children": [
|
|
1101
1118
|
{
|
|
1102
1119
|
"type": "card",
|
|
1103
1120
|
"children": [
|
|
1104
1121
|
{
|
|
1105
|
-
"variant": "caption",
|
|
1106
1122
|
"content": "Chart View",
|
|
1123
|
+
"variant": "caption",
|
|
1107
1124
|
"type": "typography"
|
|
1108
1125
|
}
|
|
1109
1126
|
]
|
|
1110
1127
|
},
|
|
1111
1128
|
{
|
|
1112
|
-
"type": "card",
|
|
1113
1129
|
"children": [
|
|
1114
1130
|
{
|
|
1115
|
-
"
|
|
1131
|
+
"type": "typography",
|
|
1116
1132
|
"variant": "caption",
|
|
1117
|
-
"
|
|
1133
|
+
"content": "Graph View"
|
|
1118
1134
|
}
|
|
1119
|
-
]
|
|
1135
|
+
],
|
|
1136
|
+
"type": "card"
|
|
1120
1137
|
}
|
|
1121
1138
|
],
|
|
1122
1139
|
"cols": 2.0,
|
|
1140
|
+
"type": "grid",
|
|
1123
1141
|
"gap": "md"
|
|
1124
1142
|
},
|
|
1125
1143
|
{
|
|
1144
|
+
"type": "line-chart",
|
|
1126
1145
|
"data": [
|
|
1127
1146
|
{
|
|
1128
1147
|
"date": "Jan",
|
|
1129
1148
|
"value": 12.0
|
|
1130
1149
|
},
|
|
1131
1150
|
{
|
|
1132
|
-
"
|
|
1133
|
-
"
|
|
1151
|
+
"value": 19.0,
|
|
1152
|
+
"date": "Feb"
|
|
1134
1153
|
},
|
|
1135
1154
|
{
|
|
1136
|
-
"
|
|
1137
|
-
"
|
|
1155
|
+
"date": "Mar",
|
|
1156
|
+
"value": 15.0
|
|
1138
1157
|
},
|
|
1139
1158
|
{
|
|
1140
1159
|
"value": 25.0,
|
|
@@ -1148,25 +1167,23 @@
|
|
|
1148
1167
|
"date": "Jun",
|
|
1149
1168
|
"value": 30.0
|
|
1150
1169
|
}
|
|
1151
|
-
]
|
|
1152
|
-
"type": "line-chart"
|
|
1170
|
+
]
|
|
1153
1171
|
},
|
|
1154
1172
|
{
|
|
1155
1173
|
"type": "chart-legend",
|
|
1156
1174
|
"items": [
|
|
1157
1175
|
{
|
|
1158
|
-
"
|
|
1159
|
-
"
|
|
1176
|
+
"label": "Current",
|
|
1177
|
+
"color": "primary"
|
|
1160
1178
|
},
|
|
1161
1179
|
{
|
|
1162
|
-
"
|
|
1163
|
-
"
|
|
1180
|
+
"color": "muted",
|
|
1181
|
+
"label": "Previous"
|
|
1164
1182
|
}
|
|
1165
1183
|
]
|
|
1166
1184
|
},
|
|
1167
1185
|
{
|
|
1168
1186
|
"height": 200.0,
|
|
1169
|
-
"width": 400.0,
|
|
1170
1187
|
"edges": [
|
|
1171
1188
|
{
|
|
1172
1189
|
"to": "b",
|
|
@@ -1182,47 +1199,30 @@
|
|
|
1182
1199
|
{
|
|
1183
1200
|
"id": "a",
|
|
1184
1201
|
"x": 50.0,
|
|
1185
|
-
"
|
|
1186
|
-
"
|
|
1202
|
+
"label": "Start",
|
|
1203
|
+
"y": 100.0
|
|
1187
1204
|
},
|
|
1188
1205
|
{
|
|
1189
|
-
"y": 50.0,
|
|
1190
1206
|
"id": "b",
|
|
1207
|
+
"x": 200.0,
|
|
1191
1208
|
"label": "Process",
|
|
1192
|
-
"
|
|
1209
|
+
"y": 50.0
|
|
1193
1210
|
},
|
|
1194
1211
|
{
|
|
1195
1212
|
"id": "c",
|
|
1196
|
-
"y": 100.0,
|
|
1197
1213
|
"x": 350.0,
|
|
1214
|
+
"y": 100.0,
|
|
1198
1215
|
"label": "End"
|
|
1199
1216
|
}
|
|
1200
|
-
]
|
|
1217
|
+
],
|
|
1218
|
+
"width": 400.0
|
|
1201
1219
|
}
|
|
1202
1220
|
]
|
|
1203
1221
|
}
|
|
1204
|
-
]
|
|
1205
|
-
|
|
1206
|
-
],
|
|
1207
|
-
"navItems": [
|
|
1208
|
-
{
|
|
1209
|
-
"label": "Portfolio",
|
|
1210
|
-
"href": "/portfolio",
|
|
1211
|
-
"icon": "layout-list"
|
|
1212
|
-
},
|
|
1213
|
-
{
|
|
1214
|
-
"label": "Orders",
|
|
1215
|
-
"icon": "clipboard-list",
|
|
1216
|
-
"href": "/orders"
|
|
1217
|
-
},
|
|
1218
|
-
{
|
|
1219
|
-
"icon": "layout-list",
|
|
1220
|
-
"href": "/market",
|
|
1221
|
-
"label": "Market"
|
|
1222
|
+
],
|
|
1223
|
+
"type": "scaled-diagram"
|
|
1222
1224
|
}
|
|
1223
|
-
]
|
|
1224
|
-
"appName": "Trading Dashboard",
|
|
1225
|
-
"type": "dashboard-layout"
|
|
1225
|
+
]
|
|
1226
1226
|
}
|
|
1227
1227
|
]
|
|
1228
1228
|
]
|
|
@@ -1237,8 +1237,8 @@
|
|
|
1237
1237
|
"Portfolio",
|
|
1238
1238
|
{
|
|
1239
1239
|
"emit": {
|
|
1240
|
-
"
|
|
1241
|
-
"
|
|
1240
|
+
"failure": "PortfolioLoadFailed",
|
|
1241
|
+
"success": "PortfolioLoaded"
|
|
1242
1242
|
}
|
|
1243
1243
|
}
|
|
1244
1244
|
],
|
|
@@ -1246,13 +1246,36 @@
|
|
|
1246
1246
|
"render-ui",
|
|
1247
1247
|
"main",
|
|
1248
1248
|
{
|
|
1249
|
+
"navItems": [
|
|
1250
|
+
{
|
|
1251
|
+
"href": "/portfolio",
|
|
1252
|
+
"icon": "layout-list",
|
|
1253
|
+
"label": "Portfolio"
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
"href": "/orders",
|
|
1257
|
+
"icon": "clipboard-list",
|
|
1258
|
+
"label": "Orders"
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"label": "Market",
|
|
1262
|
+
"icon": "layout-list",
|
|
1263
|
+
"href": "/market"
|
|
1264
|
+
}
|
|
1265
|
+
],
|
|
1266
|
+
"appName": "Trading Dashboard",
|
|
1267
|
+
"type": "dashboard-layout",
|
|
1249
1268
|
"children": [
|
|
1250
1269
|
{
|
|
1251
1270
|
"type": "scaled-diagram",
|
|
1252
1271
|
"children": [
|
|
1253
1272
|
{
|
|
1273
|
+
"gap": "lg",
|
|
1274
|
+
"direction": "vertical",
|
|
1275
|
+
"type": "stack",
|
|
1254
1276
|
"children": [
|
|
1255
1277
|
{
|
|
1278
|
+
"type": "breadcrumb",
|
|
1256
1279
|
"items": [
|
|
1257
1280
|
{
|
|
1258
1281
|
"href": "/",
|
|
@@ -1261,17 +1284,19 @@
|
|
|
1261
1284
|
{
|
|
1262
1285
|
"label": "Portfolio"
|
|
1263
1286
|
}
|
|
1264
|
-
]
|
|
1265
|
-
"type": "breadcrumb"
|
|
1287
|
+
]
|
|
1266
1288
|
},
|
|
1267
1289
|
{
|
|
1290
|
+
"direction": "horizontal",
|
|
1291
|
+
"type": "stack",
|
|
1292
|
+
"gap": "md",
|
|
1293
|
+
"justify": "between",
|
|
1268
1294
|
"children": [
|
|
1269
1295
|
{
|
|
1270
|
-
"direction": "horizontal",
|
|
1271
1296
|
"children": [
|
|
1272
1297
|
{
|
|
1273
|
-
"
|
|
1274
|
-
"
|
|
1298
|
+
"type": "icon",
|
|
1299
|
+
"name": "trending-up"
|
|
1275
1300
|
},
|
|
1276
1301
|
{
|
|
1277
1302
|
"content": "Portfolio",
|
|
@@ -1280,33 +1305,26 @@
|
|
|
1280
1305
|
}
|
|
1281
1306
|
],
|
|
1282
1307
|
"type": "stack",
|
|
1283
|
-
"gap": "md"
|
|
1308
|
+
"gap": "md",
|
|
1309
|
+
"direction": "horizontal"
|
|
1284
1310
|
},
|
|
1285
1311
|
{
|
|
1286
|
-
"label": "Refresh",
|
|
1287
1312
|
"action": "REFRESH",
|
|
1288
|
-
"
|
|
1313
|
+
"label": "Refresh",
|
|
1314
|
+
"variant": "secondary",
|
|
1289
1315
|
"type": "button",
|
|
1290
|
-
"
|
|
1316
|
+
"icon": "refresh-cw"
|
|
1291
1317
|
}
|
|
1292
|
-
]
|
|
1293
|
-
"type": "stack",
|
|
1294
|
-
"justify": "between",
|
|
1295
|
-
"gap": "md",
|
|
1296
|
-
"direction": "horizontal"
|
|
1318
|
+
]
|
|
1297
1319
|
},
|
|
1298
1320
|
{
|
|
1299
1321
|
"type": "divider"
|
|
1300
1322
|
},
|
|
1301
1323
|
{
|
|
1302
|
-
"padding": "md",
|
|
1303
|
-
"type": "box",
|
|
1304
1324
|
"children": [
|
|
1305
1325
|
{
|
|
1306
|
-
"cols": 3.0,
|
|
1307
1326
|
"children": [
|
|
1308
1327
|
{
|
|
1309
|
-
"type": "stat-display",
|
|
1310
1328
|
"label": "TotalValue",
|
|
1311
1329
|
"value": [
|
|
1312
1330
|
"object/get",
|
|
@@ -1315,7 +1333,8 @@
|
|
|
1315
1333
|
"@entity"
|
|
1316
1334
|
],
|
|
1317
1335
|
"totalValue"
|
|
1318
|
-
]
|
|
1336
|
+
],
|
|
1337
|
+
"type": "stat-display"
|
|
1319
1338
|
},
|
|
1320
1339
|
{
|
|
1321
1340
|
"value": [
|
|
@@ -1326,10 +1345,11 @@
|
|
|
1326
1345
|
],
|
|
1327
1346
|
"dailyChange"
|
|
1328
1347
|
],
|
|
1329
|
-
"
|
|
1330
|
-
"
|
|
1348
|
+
"label": "DailyChange",
|
|
1349
|
+
"type": "stat-display"
|
|
1331
1350
|
},
|
|
1332
1351
|
{
|
|
1352
|
+
"type": "stat-display",
|
|
1333
1353
|
"value": [
|
|
1334
1354
|
"object/get",
|
|
1335
1355
|
[
|
|
@@ -1338,7 +1358,6 @@
|
|
|
1338
1358
|
],
|
|
1339
1359
|
"positions"
|
|
1340
1360
|
],
|
|
1341
|
-
"type": "stat-display",
|
|
1342
1361
|
"label": "Positions"
|
|
1343
1362
|
},
|
|
1344
1363
|
{
|
|
@@ -1354,65 +1373,68 @@
|
|
|
1354
1373
|
]
|
|
1355
1374
|
}
|
|
1356
1375
|
],
|
|
1357
|
-
"type": "simple-grid"
|
|
1376
|
+
"type": "simple-grid",
|
|
1377
|
+
"cols": 3.0
|
|
1358
1378
|
}
|
|
1359
|
-
]
|
|
1379
|
+
],
|
|
1380
|
+
"type": "box",
|
|
1381
|
+
"padding": "md"
|
|
1360
1382
|
},
|
|
1361
1383
|
{
|
|
1362
1384
|
"type": "divider"
|
|
1363
1385
|
},
|
|
1364
1386
|
{
|
|
1365
|
-
"gap": "md",
|
|
1366
1387
|
"children": [
|
|
1367
1388
|
{
|
|
1368
1389
|
"children": [
|
|
1369
1390
|
{
|
|
1370
|
-
"variant": "caption",
|
|
1371
1391
|
"type": "typography",
|
|
1392
|
+
"variant": "caption",
|
|
1372
1393
|
"content": "Chart View"
|
|
1373
1394
|
}
|
|
1374
1395
|
],
|
|
1375
1396
|
"type": "card"
|
|
1376
1397
|
},
|
|
1377
1398
|
{
|
|
1378
|
-
"type": "card",
|
|
1379
1399
|
"children": [
|
|
1380
1400
|
{
|
|
1381
1401
|
"content": "Graph View",
|
|
1382
1402
|
"variant": "caption",
|
|
1383
1403
|
"type": "typography"
|
|
1384
1404
|
}
|
|
1385
|
-
]
|
|
1405
|
+
],
|
|
1406
|
+
"type": "card"
|
|
1386
1407
|
}
|
|
1387
1408
|
],
|
|
1409
|
+
"type": "grid",
|
|
1388
1410
|
"cols": 2.0,
|
|
1389
|
-
"
|
|
1411
|
+
"gap": "md"
|
|
1390
1412
|
},
|
|
1391
1413
|
{
|
|
1392
1414
|
"data": [
|
|
1393
1415
|
{
|
|
1394
|
-
"
|
|
1395
|
-
"
|
|
1416
|
+
"value": 12.0,
|
|
1417
|
+
"date": "Jan"
|
|
1396
1418
|
},
|
|
1397
1419
|
{
|
|
1398
|
-
"
|
|
1399
|
-
"
|
|
1420
|
+
"date": "Feb",
|
|
1421
|
+
"value": 19.0
|
|
1400
1422
|
},
|
|
1401
1423
|
{
|
|
1402
|
-
"
|
|
1403
|
-
"
|
|
1424
|
+
"date": "Mar",
|
|
1425
|
+
"value": 15.0
|
|
1404
1426
|
},
|
|
1405
1427
|
{
|
|
1406
|
-
"
|
|
1407
|
-
"
|
|
1428
|
+
"date": "Apr",
|
|
1429
|
+
"value": 25.0
|
|
1408
1430
|
},
|
|
1409
1431
|
{
|
|
1410
1432
|
"date": "May",
|
|
1411
1433
|
"value": 22.0
|
|
1412
1434
|
},
|
|
1413
1435
|
{
|
|
1414
|
-
"
|
|
1415
|
-
"
|
|
1436
|
+
"value": 30.0,
|
|
1437
|
+
"date": "Jun"
|
|
1416
1438
|
}
|
|
1417
1439
|
],
|
|
1418
1440
|
"type": "line-chart"
|
|
@@ -1421,77 +1443,55 @@
|
|
|
1421
1443
|
"type": "chart-legend",
|
|
1422
1444
|
"items": [
|
|
1423
1445
|
{
|
|
1424
|
-
"
|
|
1425
|
-
"
|
|
1446
|
+
"color": "primary",
|
|
1447
|
+
"label": "Current"
|
|
1426
1448
|
},
|
|
1427
1449
|
{
|
|
1428
|
-
"
|
|
1429
|
-
"
|
|
1450
|
+
"label": "Previous",
|
|
1451
|
+
"color": "muted"
|
|
1430
1452
|
}
|
|
1431
1453
|
]
|
|
1432
1454
|
},
|
|
1433
1455
|
{
|
|
1456
|
+
"height": 200.0,
|
|
1434
1457
|
"type": "graph-view",
|
|
1435
|
-
"width": 400.0,
|
|
1436
|
-
"edges": [
|
|
1437
|
-
{
|
|
1438
|
-
"from": "a",
|
|
1439
|
-
"to": "b"
|
|
1440
|
-
},
|
|
1441
|
-
{
|
|
1442
|
-
"to": "c",
|
|
1443
|
-
"from": "b"
|
|
1444
|
-
}
|
|
1445
|
-
],
|
|
1446
1458
|
"nodes": [
|
|
1447
1459
|
{
|
|
1460
|
+
"x": 50.0,
|
|
1448
1461
|
"id": "a",
|
|
1449
1462
|
"label": "Start",
|
|
1450
|
-
"x": 50.0,
|
|
1451
1463
|
"y": 100.0
|
|
1452
1464
|
},
|
|
1453
1465
|
{
|
|
1466
|
+
"y": 50.0,
|
|
1454
1467
|
"id": "b",
|
|
1455
1468
|
"x": 200.0,
|
|
1456
|
-
"label": "Process"
|
|
1457
|
-
"y": 50.0
|
|
1469
|
+
"label": "Process"
|
|
1458
1470
|
},
|
|
1459
1471
|
{
|
|
1460
|
-
"y": 100.0,
|
|
1461
|
-
"x": 350.0,
|
|
1462
1472
|
"label": "End",
|
|
1463
|
-
"id": "c"
|
|
1473
|
+
"id": "c",
|
|
1474
|
+
"x": 350.0,
|
|
1475
|
+
"y": 100.0
|
|
1464
1476
|
}
|
|
1465
1477
|
],
|
|
1466
|
-
"
|
|
1478
|
+
"edges": [
|
|
1479
|
+
{
|
|
1480
|
+
"from": "a",
|
|
1481
|
+
"to": "b"
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
"to": "c",
|
|
1485
|
+
"from": "b"
|
|
1486
|
+
}
|
|
1487
|
+
],
|
|
1488
|
+
"width": 400.0
|
|
1467
1489
|
}
|
|
1468
|
-
]
|
|
1469
|
-
"direction": "vertical",
|
|
1470
|
-
"type": "stack",
|
|
1471
|
-
"gap": "lg"
|
|
1490
|
+
]
|
|
1472
1491
|
}
|
|
1473
1492
|
]
|
|
1474
1493
|
}
|
|
1475
|
-
]
|
|
1476
|
-
"navItems": [
|
|
1477
|
-
{
|
|
1478
|
-
"label": "Portfolio",
|
|
1479
|
-
"icon": "layout-list",
|
|
1480
|
-
"href": "/portfolio"
|
|
1481
|
-
},
|
|
1482
|
-
{
|
|
1483
|
-
"label": "Orders",
|
|
1484
|
-
"href": "/orders",
|
|
1485
|
-
"icon": "clipboard-list"
|
|
1486
|
-
},
|
|
1487
|
-
{
|
|
1488
|
-
"href": "/market",
|
|
1489
|
-
"label": "Market",
|
|
1490
|
-
"icon": "layout-list"
|
|
1491
|
-
}
|
|
1492
|
-
],
|
|
1493
|
-
"type": "dashboard-layout",
|
|
1494
|
-
"appName": "Trading Dashboard"
|
|
1494
|
+
]
|
|
1495
1495
|
}
|
|
1496
1496
|
]
|
|
1497
1497
|
]
|
|
@@ -1701,78 +1701,97 @@
|
|
|
1701
1701
|
"render-ui",
|
|
1702
1702
|
"main",
|
|
1703
1703
|
{
|
|
1704
|
-
"
|
|
1704
|
+
"type": "dashboard-layout",
|
|
1705
|
+
"navItems": [
|
|
1705
1706
|
{
|
|
1706
|
-
"
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1707
|
+
"icon": "layout-list",
|
|
1708
|
+
"href": "/portfolio",
|
|
1709
|
+
"label": "Portfolio"
|
|
1710
|
+
},
|
|
1711
|
+
{
|
|
1712
|
+
"label": "Orders",
|
|
1713
|
+
"href": "/orders",
|
|
1714
|
+
"icon": "clipboard-list"
|
|
1715
|
+
},
|
|
1716
|
+
{
|
|
1717
|
+
"label": "Market",
|
|
1718
|
+
"icon": "layout-list",
|
|
1719
|
+
"href": "/market"
|
|
1720
|
+
}
|
|
1721
|
+
],
|
|
1722
|
+
"children": [
|
|
1723
|
+
{
|
|
1724
|
+
"children": [
|
|
1725
|
+
{
|
|
1726
|
+
"gap": "md",
|
|
1727
|
+
"justify": "between",
|
|
1728
|
+
"type": "stack",
|
|
1729
|
+
"align": "center",
|
|
1730
|
+
"direction": "horizontal",
|
|
1731
|
+
"children": [
|
|
1732
|
+
{
|
|
1733
|
+
"gap": "sm",
|
|
1714
1734
|
"align": "center",
|
|
1715
1735
|
"type": "stack",
|
|
1736
|
+
"direction": "horizontal",
|
|
1716
1737
|
"children": [
|
|
1717
1738
|
{
|
|
1718
|
-
"
|
|
1719
|
-
"
|
|
1739
|
+
"type": "icon",
|
|
1740
|
+
"name": "shopping-cart"
|
|
1720
1741
|
},
|
|
1721
1742
|
{
|
|
1722
1743
|
"type": "typography",
|
|
1723
|
-
"
|
|
1724
|
-
"
|
|
1744
|
+
"content": "Trade Orders",
|
|
1745
|
+
"variant": "h2"
|
|
1725
1746
|
}
|
|
1726
1747
|
]
|
|
1727
1748
|
},
|
|
1728
1749
|
{
|
|
1729
1750
|
"direction": "horizontal",
|
|
1730
|
-
"gap": "sm",
|
|
1731
|
-
"type": "stack",
|
|
1732
1751
|
"children": [
|
|
1733
1752
|
{
|
|
1734
1753
|
"action": "CREATE",
|
|
1735
1754
|
"variant": "primary",
|
|
1736
|
-
"label": "Create TradeOrder",
|
|
1737
1755
|
"icon": "plus",
|
|
1738
|
-
"type": "button"
|
|
1756
|
+
"type": "button",
|
|
1757
|
+
"label": "Create TradeOrder"
|
|
1739
1758
|
}
|
|
1740
|
-
]
|
|
1759
|
+
],
|
|
1760
|
+
"type": "stack",
|
|
1761
|
+
"gap": "sm"
|
|
1741
1762
|
}
|
|
1742
|
-
]
|
|
1743
|
-
"align": "center",
|
|
1744
|
-
"gap": "md",
|
|
1745
|
-
"justify": "between"
|
|
1763
|
+
]
|
|
1746
1764
|
},
|
|
1747
1765
|
{
|
|
1748
1766
|
"type": "divider"
|
|
1749
1767
|
},
|
|
1750
1768
|
{
|
|
1769
|
+
"variant": "card",
|
|
1751
1770
|
"gap": "sm",
|
|
1752
1771
|
"type": "data-list",
|
|
1772
|
+
"entity": "TradeOrder",
|
|
1753
1773
|
"fields": [],
|
|
1754
1774
|
"itemActions": [
|
|
1755
1775
|
{
|
|
1756
|
-
"
|
|
1776
|
+
"event": "VIEW",
|
|
1757
1777
|
"label": "View",
|
|
1758
|
-
"
|
|
1778
|
+
"variant": "ghost"
|
|
1759
1779
|
},
|
|
1760
1780
|
{
|
|
1761
1781
|
"label": "Edit",
|
|
1762
|
-
"
|
|
1763
|
-
"
|
|
1782
|
+
"event": "EDIT",
|
|
1783
|
+
"variant": "ghost"
|
|
1764
1784
|
},
|
|
1765
1785
|
{
|
|
1786
|
+
"variant": "danger",
|
|
1766
1787
|
"label": "Delete",
|
|
1767
|
-
"event": "DELETE"
|
|
1768
|
-
"variant": "danger"
|
|
1788
|
+
"event": "DELETE"
|
|
1769
1789
|
}
|
|
1770
1790
|
],
|
|
1771
|
-
"entity": "TradeOrder",
|
|
1772
1791
|
"columns": [
|
|
1773
1792
|
{
|
|
1774
|
-
"variant": "h3",
|
|
1775
1793
|
"name": "symbol",
|
|
1794
|
+
"variant": "h3",
|
|
1776
1795
|
"icon": "trending-up"
|
|
1777
1796
|
},
|
|
1778
1797
|
{
|
|
@@ -1780,43 +1799,24 @@
|
|
|
1780
1799
|
"name": "side"
|
|
1781
1800
|
},
|
|
1782
1801
|
{
|
|
1802
|
+
"name": "quantity",
|
|
1783
1803
|
"variant": "body",
|
|
1784
|
-
"format": "number"
|
|
1785
|
-
"name": "quantity"
|
|
1804
|
+
"format": "number"
|
|
1786
1805
|
},
|
|
1787
1806
|
{
|
|
1807
|
+
"format": "currency",
|
|
1788
1808
|
"variant": "h4",
|
|
1789
|
-
"name": "price"
|
|
1790
|
-
"format": "currency"
|
|
1809
|
+
"name": "price"
|
|
1791
1810
|
}
|
|
1792
|
-
]
|
|
1793
|
-
"variant": "card"
|
|
1811
|
+
]
|
|
1794
1812
|
}
|
|
1795
1813
|
],
|
|
1796
|
-
"
|
|
1797
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
1814
|
+
"gap": "lg",
|
|
1798
1815
|
"direction": "vertical",
|
|
1799
|
-
"
|
|
1800
|
-
|
|
1801
|
-
],
|
|
1802
|
-
"navItems": [
|
|
1803
|
-
{
|
|
1804
|
-
"href": "/portfolio",
|
|
1805
|
-
"label": "Portfolio",
|
|
1806
|
-
"icon": "layout-list"
|
|
1807
|
-
},
|
|
1808
|
-
{
|
|
1809
|
-
"icon": "clipboard-list",
|
|
1810
|
-
"href": "/orders",
|
|
1811
|
-
"label": "Orders"
|
|
1812
|
-
},
|
|
1813
|
-
{
|
|
1814
|
-
"label": "Market",
|
|
1815
|
-
"href": "/market",
|
|
1816
|
-
"icon": "layout-list"
|
|
1816
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
1817
|
+
"type": "stack"
|
|
1817
1818
|
}
|
|
1818
1819
|
],
|
|
1819
|
-
"type": "dashboard-layout",
|
|
1820
1820
|
"appName": "Trading Dashboard"
|
|
1821
1821
|
}
|
|
1822
1822
|
]
|
|
@@ -1985,8 +1985,8 @@
|
|
|
1985
1985
|
"TradeOrder",
|
|
1986
1986
|
{
|
|
1987
1987
|
"emit": {
|
|
1988
|
-
"
|
|
1989
|
-
"
|
|
1988
|
+
"failure": "TradeOrderLoadFailed",
|
|
1989
|
+
"success": "TradeOrderLoaded"
|
|
1990
1990
|
}
|
|
1991
1991
|
}
|
|
1992
1992
|
],
|
|
@@ -1994,43 +1994,43 @@
|
|
|
1994
1994
|
"render-ui",
|
|
1995
1995
|
"modal",
|
|
1996
1996
|
{
|
|
1997
|
-
"type": "stack",
|
|
1998
1997
|
"gap": "md",
|
|
1998
|
+
"direction": "vertical",
|
|
1999
1999
|
"children": [
|
|
2000
2000
|
{
|
|
2001
|
-
"direction": "horizontal",
|
|
2002
|
-
"type": "stack",
|
|
2003
2001
|
"children": [
|
|
2004
2002
|
{
|
|
2005
|
-
"
|
|
2006
|
-
"
|
|
2003
|
+
"name": "plus-circle",
|
|
2004
|
+
"type": "icon"
|
|
2007
2005
|
},
|
|
2008
2006
|
{
|
|
2009
2007
|
"content": "Create TradeOrder",
|
|
2010
|
-
"
|
|
2011
|
-
"
|
|
2008
|
+
"type": "typography",
|
|
2009
|
+
"variant": "h3"
|
|
2012
2010
|
}
|
|
2013
2011
|
],
|
|
2012
|
+
"direction": "horizontal",
|
|
2013
|
+
"type": "stack",
|
|
2014
2014
|
"gap": "sm"
|
|
2015
2015
|
},
|
|
2016
2016
|
{
|
|
2017
2017
|
"type": "divider"
|
|
2018
2018
|
},
|
|
2019
2019
|
{
|
|
2020
|
-
"cancelEvent": "CLOSE",
|
|
2021
|
-
"entity": "TradeOrder",
|
|
2022
2020
|
"type": "form-section",
|
|
2021
|
+
"entity": "TradeOrder",
|
|
2022
|
+
"cancelEvent": "CLOSE",
|
|
2023
|
+
"mode": "create",
|
|
2023
2024
|
"submitEvent": "SAVE",
|
|
2024
2025
|
"fields": [
|
|
2025
2026
|
"symbol",
|
|
2026
2027
|
"side",
|
|
2027
2028
|
"quantity",
|
|
2028
2029
|
"price"
|
|
2029
|
-
]
|
|
2030
|
-
"mode": "create"
|
|
2030
|
+
]
|
|
2031
2031
|
}
|
|
2032
2032
|
],
|
|
2033
|
-
"
|
|
2033
|
+
"type": "stack"
|
|
2034
2034
|
}
|
|
2035
2035
|
]
|
|
2036
2036
|
]
|
|
@@ -2256,11 +2256,11 @@
|
|
|
2256
2256
|
"fetch",
|
|
2257
2257
|
"TradeOrder",
|
|
2258
2258
|
{
|
|
2259
|
+
"id": "@payload.id",
|
|
2259
2260
|
"emit": {
|
|
2260
|
-
"
|
|
2261
|
-
"
|
|
2262
|
-
}
|
|
2263
|
-
"id": "@payload.id"
|
|
2261
|
+
"failure": "TradeOrderLoadFailed",
|
|
2262
|
+
"success": "TradeOrderLoaded"
|
|
2263
|
+
}
|
|
2264
2264
|
}
|
|
2265
2265
|
],
|
|
2266
2266
|
[
|
|
@@ -2270,20 +2270,20 @@
|
|
|
2270
2270
|
"gap": "md",
|
|
2271
2271
|
"children": [
|
|
2272
2272
|
{
|
|
2273
|
+
"direction": "horizontal",
|
|
2274
|
+
"type": "stack",
|
|
2275
|
+
"gap": "sm",
|
|
2273
2276
|
"children": [
|
|
2274
2277
|
{
|
|
2275
|
-
"
|
|
2276
|
-
"
|
|
2278
|
+
"type": "icon",
|
|
2279
|
+
"name": "edit"
|
|
2277
2280
|
},
|
|
2278
2281
|
{
|
|
2279
2282
|
"type": "typography",
|
|
2280
|
-
"
|
|
2281
|
-
"
|
|
2283
|
+
"content": "Edit TradeOrder",
|
|
2284
|
+
"variant": "h3"
|
|
2282
2285
|
}
|
|
2283
|
-
]
|
|
2284
|
-
"gap": "sm",
|
|
2285
|
-
"type": "stack",
|
|
2286
|
-
"direction": "horizontal"
|
|
2286
|
+
]
|
|
2287
2287
|
},
|
|
2288
2288
|
{
|
|
2289
2289
|
"type": "divider"
|
|
@@ -2291,20 +2291,20 @@
|
|
|
2291
2291
|
{
|
|
2292
2292
|
"entityId": "@entity.id",
|
|
2293
2293
|
"type": "form-section",
|
|
2294
|
-
"mode": "edit",
|
|
2295
|
-
"cancelEvent": "CLOSE",
|
|
2296
|
-
"entity": "TradeOrder",
|
|
2297
2294
|
"submitEvent": "SAVE",
|
|
2298
2295
|
"fields": [
|
|
2299
2296
|
"symbol",
|
|
2300
2297
|
"side",
|
|
2301
2298
|
"quantity",
|
|
2302
2299
|
"price"
|
|
2303
|
-
]
|
|
2300
|
+
],
|
|
2301
|
+
"entity": "TradeOrder",
|
|
2302
|
+
"mode": "edit",
|
|
2303
|
+
"cancelEvent": "CLOSE"
|
|
2304
2304
|
}
|
|
2305
2305
|
],
|
|
2306
|
-
"
|
|
2307
|
-
"
|
|
2306
|
+
"direction": "vertical",
|
|
2307
|
+
"type": "stack"
|
|
2308
2308
|
}
|
|
2309
2309
|
]
|
|
2310
2310
|
]
|
|
@@ -2517,21 +2517,23 @@
|
|
|
2517
2517
|
"fetch",
|
|
2518
2518
|
"TradeOrder",
|
|
2519
2519
|
{
|
|
2520
|
-
"id": "@payload.id",
|
|
2521
2520
|
"emit": {
|
|
2522
2521
|
"success": "TradeOrderLoaded",
|
|
2523
2522
|
"failure": "TradeOrderLoadFailed"
|
|
2524
|
-
}
|
|
2523
|
+
},
|
|
2524
|
+
"id": "@payload.id"
|
|
2525
2525
|
}
|
|
2526
2526
|
],
|
|
2527
2527
|
[
|
|
2528
2528
|
"render-ui",
|
|
2529
2529
|
"modal",
|
|
2530
2530
|
{
|
|
2531
|
-
"gap": "md",
|
|
2532
|
-
"type": "stack",
|
|
2533
2531
|
"children": [
|
|
2534
2532
|
{
|
|
2533
|
+
"align": "center",
|
|
2534
|
+
"direction": "horizontal",
|
|
2535
|
+
"gap": "sm",
|
|
2536
|
+
"type": "stack",
|
|
2535
2537
|
"children": [
|
|
2536
2538
|
{
|
|
2537
2539
|
"type": "icon",
|
|
@@ -2542,109 +2544,107 @@
|
|
|
2542
2544
|
"content": "@entity.symbol",
|
|
2543
2545
|
"variant": "h3"
|
|
2544
2546
|
}
|
|
2545
|
-
]
|
|
2546
|
-
"gap": "sm",
|
|
2547
|
-
"type": "stack",
|
|
2548
|
-
"direction": "horizontal",
|
|
2549
|
-
"align": "center"
|
|
2547
|
+
]
|
|
2550
2548
|
},
|
|
2551
2549
|
{
|
|
2552
2550
|
"type": "divider"
|
|
2553
2551
|
},
|
|
2554
2552
|
{
|
|
2555
|
-
"direction": "horizontal",
|
|
2556
|
-
"gap": "md",
|
|
2557
2553
|
"type": "stack",
|
|
2554
|
+
"direction": "horizontal",
|
|
2558
2555
|
"children": [
|
|
2559
2556
|
{
|
|
2560
2557
|
"type": "typography",
|
|
2561
|
-
"
|
|
2562
|
-
"
|
|
2558
|
+
"content": "Symbol",
|
|
2559
|
+
"variant": "caption"
|
|
2563
2560
|
},
|
|
2564
2561
|
{
|
|
2565
|
-
"variant": "body",
|
|
2566
2562
|
"type": "typography",
|
|
2567
|
-
"content": "@entity.symbol"
|
|
2563
|
+
"content": "@entity.symbol",
|
|
2564
|
+
"variant": "body"
|
|
2568
2565
|
}
|
|
2569
|
-
]
|
|
2566
|
+
],
|
|
2567
|
+
"gap": "md"
|
|
2570
2568
|
},
|
|
2571
2569
|
{
|
|
2572
2570
|
"type": "stack",
|
|
2571
|
+
"gap": "md",
|
|
2573
2572
|
"children": [
|
|
2574
2573
|
{
|
|
2575
|
-
"
|
|
2574
|
+
"variant": "caption",
|
|
2576
2575
|
"content": "Side",
|
|
2577
|
-
"
|
|
2576
|
+
"type": "typography"
|
|
2578
2577
|
},
|
|
2579
2578
|
{
|
|
2580
|
-
"variant": "body",
|
|
2581
2579
|
"type": "typography",
|
|
2580
|
+
"variant": "body",
|
|
2582
2581
|
"content": "@entity.side"
|
|
2583
2582
|
}
|
|
2584
2583
|
],
|
|
2585
|
-
"direction": "horizontal"
|
|
2586
|
-
"gap": "md"
|
|
2584
|
+
"direction": "horizontal"
|
|
2587
2585
|
},
|
|
2588
2586
|
{
|
|
2587
|
+
"gap": "md",
|
|
2588
|
+
"type": "stack",
|
|
2589
|
+
"direction": "horizontal",
|
|
2589
2590
|
"children": [
|
|
2590
2591
|
{
|
|
2591
|
-
"type": "typography",
|
|
2592
2592
|
"variant": "caption",
|
|
2593
|
+
"type": "typography",
|
|
2593
2594
|
"content": "Quantity"
|
|
2594
2595
|
},
|
|
2595
2596
|
{
|
|
2596
|
-
"variant": "body",
|
|
2597
2597
|
"type": "typography",
|
|
2598
|
-
"content": "@entity.quantity"
|
|
2598
|
+
"content": "@entity.quantity",
|
|
2599
|
+
"variant": "body"
|
|
2599
2600
|
}
|
|
2600
|
-
]
|
|
2601
|
-
"direction": "horizontal",
|
|
2602
|
-
"gap": "md",
|
|
2603
|
-
"type": "stack"
|
|
2601
|
+
]
|
|
2604
2602
|
},
|
|
2605
2603
|
{
|
|
2606
|
-
"gap": "md",
|
|
2607
2604
|
"children": [
|
|
2608
2605
|
{
|
|
2606
|
+
"content": "Price",
|
|
2609
2607
|
"type": "typography",
|
|
2610
|
-
"variant": "caption"
|
|
2611
|
-
"content": "Price"
|
|
2608
|
+
"variant": "caption"
|
|
2612
2609
|
},
|
|
2613
2610
|
{
|
|
2614
|
-
"variant": "body",
|
|
2615
2611
|
"type": "typography",
|
|
2612
|
+
"variant": "body",
|
|
2616
2613
|
"content": "@entity.price"
|
|
2617
2614
|
}
|
|
2618
2615
|
],
|
|
2619
|
-
"
|
|
2620
|
-
"type": "stack"
|
|
2616
|
+
"gap": "md",
|
|
2617
|
+
"type": "stack",
|
|
2618
|
+
"direction": "horizontal"
|
|
2621
2619
|
},
|
|
2622
2620
|
{
|
|
2623
2621
|
"type": "divider"
|
|
2624
2622
|
},
|
|
2625
2623
|
{
|
|
2624
|
+
"direction": "horizontal",
|
|
2625
|
+
"type": "stack",
|
|
2626
2626
|
"gap": "sm",
|
|
2627
|
+
"justify": "end",
|
|
2627
2628
|
"children": [
|
|
2628
2629
|
{
|
|
2629
|
-
"action": "EDIT",
|
|
2630
|
-
"variant": "primary",
|
|
2631
|
-
"icon": "edit",
|
|
2632
2630
|
"label": "Edit",
|
|
2633
|
-
"type": "button"
|
|
2631
|
+
"type": "button",
|
|
2632
|
+
"icon": "edit",
|
|
2633
|
+
"action": "EDIT",
|
|
2634
|
+
"variant": "primary"
|
|
2634
2635
|
},
|
|
2635
2636
|
{
|
|
2637
|
+
"action": "CLOSE",
|
|
2636
2638
|
"type": "button",
|
|
2637
|
-
"variant": "ghost",
|
|
2638
2639
|
"label": "Close",
|
|
2639
|
-
"
|
|
2640
|
+
"variant": "ghost"
|
|
2640
2641
|
}
|
|
2641
|
-
]
|
|
2642
|
-
"justify": "end",
|
|
2643
|
-
"direction": "horizontal",
|
|
2644
|
-
"type": "stack"
|
|
2642
|
+
]
|
|
2645
2643
|
}
|
|
2646
2644
|
],
|
|
2647
|
-
"direction": "vertical"
|
|
2645
|
+
"direction": "vertical",
|
|
2646
|
+
"gap": "md",
|
|
2647
|
+
"type": "stack"
|
|
2648
2648
|
}
|
|
2649
2649
|
]
|
|
2650
2650
|
]
|
|
@@ -2863,47 +2863,47 @@
|
|
|
2863
2863
|
"fetch",
|
|
2864
2864
|
"TradeOrder",
|
|
2865
2865
|
{
|
|
2866
|
+
"id": "@payload.id",
|
|
2866
2867
|
"emit": {
|
|
2867
|
-
"
|
|
2868
|
-
"
|
|
2869
|
-
}
|
|
2870
|
-
"id": "@payload.id"
|
|
2868
|
+
"success": "TradeOrderLoaded",
|
|
2869
|
+
"failure": "TradeOrderLoadFailed"
|
|
2870
|
+
}
|
|
2871
2871
|
}
|
|
2872
2872
|
],
|
|
2873
2873
|
[
|
|
2874
2874
|
"render-ui",
|
|
2875
2875
|
"modal",
|
|
2876
2876
|
{
|
|
2877
|
+
"gap": "md",
|
|
2877
2878
|
"direction": "vertical",
|
|
2879
|
+
"type": "stack",
|
|
2878
2880
|
"children": [
|
|
2879
2881
|
{
|
|
2880
2882
|
"gap": "sm",
|
|
2881
|
-
"type": "stack",
|
|
2882
2883
|
"direction": "horizontal",
|
|
2884
|
+
"align": "center",
|
|
2883
2885
|
"children": [
|
|
2884
2886
|
{
|
|
2885
|
-
"
|
|
2886
|
-
"
|
|
2887
|
+
"name": "alert-triangle",
|
|
2888
|
+
"type": "icon"
|
|
2887
2889
|
},
|
|
2888
2890
|
{
|
|
2889
|
-
"type": "typography",
|
|
2890
2891
|
"variant": "h3",
|
|
2891
|
-
"content": "Delete TradeOrder"
|
|
2892
|
+
"content": "Delete TradeOrder",
|
|
2893
|
+
"type": "typography"
|
|
2892
2894
|
}
|
|
2893
2895
|
],
|
|
2894
|
-
"
|
|
2896
|
+
"type": "stack"
|
|
2895
2897
|
},
|
|
2896
2898
|
{
|
|
2897
2899
|
"type": "divider"
|
|
2898
2900
|
},
|
|
2899
2901
|
{
|
|
2900
|
-
"message": "This action cannot be undone.",
|
|
2901
2902
|
"type": "alert",
|
|
2903
|
+
"message": "This action cannot be undone.",
|
|
2902
2904
|
"variant": "error"
|
|
2903
2905
|
},
|
|
2904
2906
|
{
|
|
2905
|
-
"direction": "horizontal",
|
|
2906
|
-
"justify": "end",
|
|
2907
2907
|
"children": [
|
|
2908
2908
|
{
|
|
2909
2909
|
"type": "button",
|
|
@@ -2912,19 +2912,19 @@
|
|
|
2912
2912
|
"variant": "ghost"
|
|
2913
2913
|
},
|
|
2914
2914
|
{
|
|
2915
|
+
"action": "CONFIRM_DELETE",
|
|
2915
2916
|
"label": "Delete",
|
|
2917
|
+
"variant": "danger",
|
|
2916
2918
|
"icon": "check",
|
|
2917
|
-
"type": "button"
|
|
2918
|
-
"action": "CONFIRM_DELETE",
|
|
2919
|
-
"variant": "danger"
|
|
2919
|
+
"type": "button"
|
|
2920
2920
|
}
|
|
2921
2921
|
],
|
|
2922
2922
|
"type": "stack",
|
|
2923
|
-
"gap": "sm"
|
|
2923
|
+
"gap": "sm",
|
|
2924
|
+
"direction": "horizontal",
|
|
2925
|
+
"justify": "end"
|
|
2924
2926
|
}
|
|
2925
|
-
]
|
|
2926
|
-
"type": "stack",
|
|
2927
|
-
"gap": "md"
|
|
2927
|
+
]
|
|
2928
2928
|
}
|
|
2929
2929
|
]
|
|
2930
2930
|
]
|
|
@@ -3223,25 +3223,24 @@
|
|
|
3223
3223
|
"render-ui",
|
|
3224
3224
|
"main",
|
|
3225
3225
|
{
|
|
3226
|
+
"appName": "Trading Dashboard",
|
|
3226
3227
|
"children": [
|
|
3227
3228
|
{
|
|
3228
3229
|
"gap": "lg",
|
|
3229
|
-
"align": "center",
|
|
3230
|
-
"type": "stack",
|
|
3231
3230
|
"children": [
|
|
3232
3231
|
{
|
|
3233
|
-
"gap": "md",
|
|
3234
3232
|
"type": "stack",
|
|
3233
|
+
"gap": "md",
|
|
3235
3234
|
"align": "center",
|
|
3236
3235
|
"children": [
|
|
3237
3236
|
{
|
|
3238
|
-
"
|
|
3239
|
-
"
|
|
3237
|
+
"type": "icon",
|
|
3238
|
+
"name": "activity"
|
|
3240
3239
|
},
|
|
3241
3240
|
{
|
|
3242
3241
|
"type": "typography",
|
|
3243
|
-
"
|
|
3244
|
-
"
|
|
3242
|
+
"content": "MarketFeed",
|
|
3243
|
+
"variant": "h2"
|
|
3245
3244
|
}
|
|
3246
3245
|
],
|
|
3247
3246
|
"direction": "horizontal"
|
|
@@ -3250,41 +3249,42 @@
|
|
|
3250
3249
|
"type": "divider"
|
|
3251
3250
|
},
|
|
3252
3251
|
{
|
|
3253
|
-
"variant": "body",
|
|
3254
|
-
"content": "Ready to start marketfeed operation.",
|
|
3255
3252
|
"type": "typography",
|
|
3256
|
-
"color": "muted"
|
|
3253
|
+
"color": "muted",
|
|
3254
|
+
"content": "Ready to start marketfeed operation.",
|
|
3255
|
+
"variant": "body"
|
|
3257
3256
|
},
|
|
3258
3257
|
{
|
|
3258
|
+
"type": "button",
|
|
3259
|
+
"action": "START",
|
|
3259
3260
|
"variant": "primary",
|
|
3260
|
-
"icon": "play",
|
|
3261
3261
|
"label": "Start",
|
|
3262
|
-
"
|
|
3263
|
-
"type": "button"
|
|
3262
|
+
"icon": "play"
|
|
3264
3263
|
}
|
|
3265
3264
|
],
|
|
3265
|
+
"type": "stack",
|
|
3266
|
+
"align": "center",
|
|
3266
3267
|
"direction": "vertical"
|
|
3267
3268
|
}
|
|
3268
3269
|
],
|
|
3269
3270
|
"type": "dashboard-layout",
|
|
3270
3271
|
"navItems": [
|
|
3271
3272
|
{
|
|
3272
|
-
"href": "/portfolio",
|
|
3273
3273
|
"icon": "layout-list",
|
|
3274
|
-
"label": "Portfolio"
|
|
3274
|
+
"label": "Portfolio",
|
|
3275
|
+
"href": "/portfolio"
|
|
3275
3276
|
},
|
|
3276
3277
|
{
|
|
3277
|
-
"icon": "clipboard-list",
|
|
3278
3278
|
"label": "Orders",
|
|
3279
|
-
"href": "/orders"
|
|
3279
|
+
"href": "/orders",
|
|
3280
|
+
"icon": "clipboard-list"
|
|
3280
3281
|
},
|
|
3281
3282
|
{
|
|
3283
|
+
"icon": "layout-list",
|
|
3282
3284
|
"href": "/market",
|
|
3283
|
-
"label": "Market"
|
|
3284
|
-
"icon": "layout-list"
|
|
3285
|
+
"label": "Market"
|
|
3285
3286
|
}
|
|
3286
|
-
]
|
|
3287
|
-
"appName": "Trading Dashboard"
|
|
3287
|
+
]
|
|
3288
3288
|
}
|
|
3289
3289
|
]
|
|
3290
3290
|
]
|
|
@@ -3298,44 +3298,44 @@
|
|
|
3298
3298
|
"render-ui",
|
|
3299
3299
|
"main",
|
|
3300
3300
|
{
|
|
3301
|
+
"appName": "Trading Dashboard",
|
|
3302
|
+
"type": "dashboard-layout",
|
|
3301
3303
|
"navItems": [
|
|
3302
3304
|
{
|
|
3303
|
-
"icon": "layout-list",
|
|
3304
3305
|
"label": "Portfolio",
|
|
3305
|
-
"href": "/portfolio"
|
|
3306
|
+
"href": "/portfolio",
|
|
3307
|
+
"icon": "layout-list"
|
|
3306
3308
|
},
|
|
3307
3309
|
{
|
|
3308
|
-
"icon": "clipboard-list",
|
|
3309
3310
|
"label": "Orders",
|
|
3311
|
+
"icon": "clipboard-list",
|
|
3310
3312
|
"href": "/orders"
|
|
3311
3313
|
},
|
|
3312
3314
|
{
|
|
3313
3315
|
"href": "/market",
|
|
3314
|
-
"
|
|
3315
|
-
"
|
|
3316
|
+
"label": "Market",
|
|
3317
|
+
"icon": "layout-list"
|
|
3316
3318
|
}
|
|
3317
3319
|
],
|
|
3318
3320
|
"children": [
|
|
3319
3321
|
{
|
|
3320
|
-
"
|
|
3322
|
+
"type": "stack",
|
|
3323
|
+
"direction": "vertical",
|
|
3321
3324
|
"children": [
|
|
3322
3325
|
{
|
|
3323
3326
|
"message": "Processing marketfeed...",
|
|
3324
|
-
"
|
|
3325
|
-
"
|
|
3327
|
+
"title": "Connecting to market feed...",
|
|
3328
|
+
"type": "loading-state"
|
|
3326
3329
|
},
|
|
3327
3330
|
{
|
|
3328
3331
|
"type": "skeleton",
|
|
3329
3332
|
"variant": "text"
|
|
3330
3333
|
}
|
|
3331
3334
|
],
|
|
3332
|
-
"
|
|
3333
|
-
"
|
|
3334
|
-
"gap": "lg"
|
|
3335
|
+
"gap": "lg",
|
|
3336
|
+
"align": "center"
|
|
3335
3337
|
}
|
|
3336
|
-
]
|
|
3337
|
-
"type": "dashboard-layout",
|
|
3338
|
-
"appName": "Trading Dashboard"
|
|
3338
|
+
]
|
|
3339
3339
|
}
|
|
3340
3340
|
]
|
|
3341
3341
|
]
|
|
@@ -3355,59 +3355,59 @@
|
|
|
3355
3355
|
"render-ui",
|
|
3356
3356
|
"main",
|
|
3357
3357
|
{
|
|
3358
|
+
"navItems": [
|
|
3359
|
+
{
|
|
3360
|
+
"label": "Portfolio",
|
|
3361
|
+
"icon": "layout-list",
|
|
3362
|
+
"href": "/portfolio"
|
|
3363
|
+
},
|
|
3364
|
+
{
|
|
3365
|
+
"icon": "clipboard-list",
|
|
3366
|
+
"label": "Orders",
|
|
3367
|
+
"href": "/orders"
|
|
3368
|
+
},
|
|
3369
|
+
{
|
|
3370
|
+
"label": "Market",
|
|
3371
|
+
"icon": "layout-list",
|
|
3372
|
+
"href": "/market"
|
|
3373
|
+
}
|
|
3374
|
+
],
|
|
3375
|
+
"type": "dashboard-layout",
|
|
3358
3376
|
"children": [
|
|
3359
3377
|
{
|
|
3360
3378
|
"direction": "vertical",
|
|
3361
|
-
"
|
|
3362
|
-
"gap": "lg",
|
|
3379
|
+
"align": "center",
|
|
3363
3380
|
"children": [
|
|
3364
3381
|
{
|
|
3365
3382
|
"name": "check-circle",
|
|
3366
3383
|
"type": "icon"
|
|
3367
3384
|
},
|
|
3368
3385
|
{
|
|
3369
|
-
"type": "alert",
|
|
3370
3386
|
"variant": "success",
|
|
3387
|
+
"type": "alert",
|
|
3371
3388
|
"message": "Market feed connected."
|
|
3372
3389
|
},
|
|
3373
3390
|
{
|
|
3374
|
-
"direction": "horizontal",
|
|
3375
3391
|
"gap": "sm",
|
|
3376
|
-
"
|
|
3392
|
+
"direction": "horizontal",
|
|
3377
3393
|
"children": [
|
|
3378
3394
|
{
|
|
3379
|
-
"type": "button",
|
|
3380
|
-
"icon": "rotate-ccw",
|
|
3381
|
-
"action": "RESET",
|
|
3382
3395
|
"label": "Reset",
|
|
3383
|
-
"
|
|
3396
|
+
"action": "RESET",
|
|
3397
|
+
"type": "button",
|
|
3398
|
+
"variant": "ghost",
|
|
3399
|
+
"icon": "rotate-ccw"
|
|
3384
3400
|
}
|
|
3385
3401
|
],
|
|
3402
|
+
"type": "stack",
|
|
3386
3403
|
"justify": "center"
|
|
3387
3404
|
}
|
|
3388
3405
|
],
|
|
3389
|
-
"
|
|
3406
|
+
"gap": "lg",
|
|
3407
|
+
"type": "stack"
|
|
3390
3408
|
}
|
|
3391
3409
|
],
|
|
3392
|
-
"
|
|
3393
|
-
"appName": "Trading Dashboard",
|
|
3394
|
-
"navItems": [
|
|
3395
|
-
{
|
|
3396
|
-
"href": "/portfolio",
|
|
3397
|
-
"icon": "layout-list",
|
|
3398
|
-
"label": "Portfolio"
|
|
3399
|
-
},
|
|
3400
|
-
{
|
|
3401
|
-
"label": "Orders",
|
|
3402
|
-
"href": "/orders",
|
|
3403
|
-
"icon": "clipboard-list"
|
|
3404
|
-
},
|
|
3405
|
-
{
|
|
3406
|
-
"href": "/market",
|
|
3407
|
-
"label": "Market",
|
|
3408
|
-
"icon": "layout-list"
|
|
3409
|
-
}
|
|
3410
|
-
]
|
|
3410
|
+
"appName": "Trading Dashboard"
|
|
3411
3411
|
}
|
|
3412
3412
|
]
|
|
3413
3413
|
]
|
|
@@ -3421,62 +3421,62 @@
|
|
|
3421
3421
|
"render-ui",
|
|
3422
3422
|
"main",
|
|
3423
3423
|
{
|
|
3424
|
-
"appName": "Trading Dashboard",
|
|
3425
|
-
"type": "dashboard-layout",
|
|
3426
|
-
"navItems": [
|
|
3427
|
-
{
|
|
3428
|
-
"href": "/portfolio",
|
|
3429
|
-
"icon": "layout-list",
|
|
3430
|
-
"label": "Portfolio"
|
|
3431
|
-
},
|
|
3432
|
-
{
|
|
3433
|
-
"icon": "clipboard-list",
|
|
3434
|
-
"href": "/orders",
|
|
3435
|
-
"label": "Orders"
|
|
3436
|
-
},
|
|
3437
|
-
{
|
|
3438
|
-
"label": "Market",
|
|
3439
|
-
"href": "/market",
|
|
3440
|
-
"icon": "layout-list"
|
|
3441
|
-
}
|
|
3442
|
-
],
|
|
3443
3424
|
"children": [
|
|
3444
3425
|
{
|
|
3445
3426
|
"gap": "lg",
|
|
3427
|
+
"type": "stack",
|
|
3446
3428
|
"children": [
|
|
3447
3429
|
{
|
|
3448
|
-
"
|
|
3449
|
-
"onRetry": "RETRY",
|
|
3430
|
+
"type": "error-state",
|
|
3450
3431
|
"title": "Operation Failed",
|
|
3451
|
-
"
|
|
3432
|
+
"message": "Market feed disconnected.",
|
|
3433
|
+
"onRetry": "RETRY"
|
|
3452
3434
|
},
|
|
3453
3435
|
{
|
|
3454
3436
|
"direction": "horizontal",
|
|
3455
|
-
"type": "stack",
|
|
3456
|
-
"justify": "center",
|
|
3457
3437
|
"children": [
|
|
3458
3438
|
{
|
|
3459
|
-
"action": "RETRY",
|
|
3460
|
-
"type": "button",
|
|
3461
3439
|
"label": "Retry",
|
|
3462
3440
|
"variant": "primary",
|
|
3441
|
+
"type": "button",
|
|
3442
|
+
"action": "RETRY",
|
|
3463
3443
|
"icon": "refresh-cw"
|
|
3464
3444
|
},
|
|
3465
3445
|
{
|
|
3446
|
+
"label": "Reset",
|
|
3447
|
+
"type": "button",
|
|
3466
3448
|
"variant": "ghost",
|
|
3467
|
-
"icon": "rotate-ccw",
|
|
3468
3449
|
"action": "RESET",
|
|
3469
|
-
"
|
|
3470
|
-
"type": "button"
|
|
3450
|
+
"icon": "rotate-ccw"
|
|
3471
3451
|
}
|
|
3472
3452
|
],
|
|
3473
|
-
"gap": "sm"
|
|
3453
|
+
"gap": "sm",
|
|
3454
|
+
"justify": "center",
|
|
3455
|
+
"type": "stack"
|
|
3474
3456
|
}
|
|
3475
3457
|
],
|
|
3476
3458
|
"align": "center",
|
|
3477
|
-
"type": "stack",
|
|
3478
3459
|
"direction": "vertical"
|
|
3479
3460
|
}
|
|
3461
|
+
],
|
|
3462
|
+
"appName": "Trading Dashboard",
|
|
3463
|
+
"type": "dashboard-layout",
|
|
3464
|
+
"navItems": [
|
|
3465
|
+
{
|
|
3466
|
+
"icon": "layout-list",
|
|
3467
|
+
"href": "/portfolio",
|
|
3468
|
+
"label": "Portfolio"
|
|
3469
|
+
},
|
|
3470
|
+
{
|
|
3471
|
+
"label": "Orders",
|
|
3472
|
+
"href": "/orders",
|
|
3473
|
+
"icon": "clipboard-list"
|
|
3474
|
+
},
|
|
3475
|
+
{
|
|
3476
|
+
"label": "Market",
|
|
3477
|
+
"href": "/market",
|
|
3478
|
+
"icon": "layout-list"
|
|
3479
|
+
}
|
|
3480
3480
|
]
|
|
3481
3481
|
}
|
|
3482
3482
|
]
|
|
@@ -3491,68 +3491,68 @@
|
|
|
3491
3491
|
"render-ui",
|
|
3492
3492
|
"main",
|
|
3493
3493
|
{
|
|
3494
|
+
"appName": "Trading Dashboard",
|
|
3495
|
+
"type": "dashboard-layout",
|
|
3496
|
+
"navItems": [
|
|
3497
|
+
{
|
|
3498
|
+
"label": "Portfolio",
|
|
3499
|
+
"href": "/portfolio",
|
|
3500
|
+
"icon": "layout-list"
|
|
3501
|
+
},
|
|
3502
|
+
{
|
|
3503
|
+
"icon": "clipboard-list",
|
|
3504
|
+
"href": "/orders",
|
|
3505
|
+
"label": "Orders"
|
|
3506
|
+
},
|
|
3507
|
+
{
|
|
3508
|
+
"href": "/market",
|
|
3509
|
+
"label": "Market",
|
|
3510
|
+
"icon": "layout-list"
|
|
3511
|
+
}
|
|
3512
|
+
],
|
|
3494
3513
|
"children": [
|
|
3495
3514
|
{
|
|
3496
3515
|
"gap": "lg",
|
|
3497
|
-
"
|
|
3498
|
-
"align": "center",
|
|
3516
|
+
"direction": "vertical",
|
|
3499
3517
|
"children": [
|
|
3500
3518
|
{
|
|
3519
|
+
"direction": "horizontal",
|
|
3520
|
+
"type": "stack",
|
|
3501
3521
|
"gap": "md",
|
|
3502
3522
|
"align": "center",
|
|
3503
|
-
"type": "stack",
|
|
3504
3523
|
"children": [
|
|
3505
3524
|
{
|
|
3506
|
-
"
|
|
3507
|
-
"
|
|
3525
|
+
"name": "activity",
|
|
3526
|
+
"type": "icon"
|
|
3508
3527
|
},
|
|
3509
3528
|
{
|
|
3510
|
-
"content": "MarketFeed",
|
|
3511
3529
|
"variant": "h2",
|
|
3530
|
+
"content": "MarketFeed",
|
|
3512
3531
|
"type": "typography"
|
|
3513
3532
|
}
|
|
3514
|
-
]
|
|
3515
|
-
"direction": "horizontal"
|
|
3533
|
+
]
|
|
3516
3534
|
},
|
|
3517
3535
|
{
|
|
3518
3536
|
"type": "divider"
|
|
3519
3537
|
},
|
|
3520
3538
|
{
|
|
3521
3539
|
"type": "typography",
|
|
3522
|
-
"
|
|
3540
|
+
"color": "muted",
|
|
3523
3541
|
"content": "Ready to start marketfeed operation.",
|
|
3524
|
-
"
|
|
3542
|
+
"variant": "body"
|
|
3525
3543
|
},
|
|
3526
3544
|
{
|
|
3527
|
-
"type": "button",
|
|
3528
|
-
"label": "Start",
|
|
3529
3545
|
"action": "START",
|
|
3546
|
+
"type": "button",
|
|
3530
3547
|
"variant": "primary",
|
|
3531
|
-
"icon": "play"
|
|
3548
|
+
"icon": "play",
|
|
3549
|
+
"label": "Start"
|
|
3532
3550
|
}
|
|
3533
3551
|
],
|
|
3534
|
-
"
|
|
3535
|
-
|
|
3536
|
-
],
|
|
3537
|
-
"type": "dashboard-layout",
|
|
3538
|
-
"navItems": [
|
|
3539
|
-
{
|
|
3540
|
-
"icon": "layout-list",
|
|
3541
|
-
"href": "/portfolio",
|
|
3542
|
-
"label": "Portfolio"
|
|
3543
|
-
},
|
|
3544
|
-
{
|
|
3545
|
-
"label": "Orders",
|
|
3546
|
-
"href": "/orders",
|
|
3547
|
-
"icon": "clipboard-list"
|
|
3548
|
-
},
|
|
3549
|
-
{
|
|
3550
|
-
"href": "/market",
|
|
3551
|
-
"label": "Market",
|
|
3552
|
-
"icon": "layout-list"
|
|
3552
|
+
"align": "center",
|
|
3553
|
+
"type": "stack"
|
|
3553
3554
|
}
|
|
3554
|
-
]
|
|
3555
|
-
"appName": "Trading Dashboard"
|
|
3555
|
+
]
|
|
3556
3556
|
}
|
|
3557
3557
|
]
|
|
3558
3558
|
]
|
|
@@ -3566,14 +3566,15 @@
|
|
|
3566
3566
|
"render-ui",
|
|
3567
3567
|
"main",
|
|
3568
3568
|
{
|
|
3569
|
+
"type": "dashboard-layout",
|
|
3569
3570
|
"children": [
|
|
3570
3571
|
{
|
|
3571
|
-
"gap": "lg",
|
|
3572
|
-
"align": "center",
|
|
3573
|
-
"type": "stack",
|
|
3574
3572
|
"children": [
|
|
3575
3573
|
{
|
|
3574
|
+
"gap": "md",
|
|
3575
|
+
"direction": "horizontal",
|
|
3576
3576
|
"type": "stack",
|
|
3577
|
+
"align": "center",
|
|
3577
3578
|
"children": [
|
|
3578
3579
|
{
|
|
3579
3580
|
"type": "icon",
|
|
@@ -3584,50 +3585,49 @@
|
|
|
3584
3585
|
"content": "MarketFeed",
|
|
3585
3586
|
"variant": "h2"
|
|
3586
3587
|
}
|
|
3587
|
-
]
|
|
3588
|
-
"align": "center",
|
|
3589
|
-
"gap": "md",
|
|
3590
|
-
"direction": "horizontal"
|
|
3588
|
+
]
|
|
3591
3589
|
},
|
|
3592
3590
|
{
|
|
3593
3591
|
"type": "divider"
|
|
3594
3592
|
},
|
|
3595
3593
|
{
|
|
3596
|
-
"content": "Ready to start marketfeed operation.",
|
|
3597
3594
|
"color": "muted",
|
|
3595
|
+
"variant": "body",
|
|
3598
3596
|
"type": "typography",
|
|
3599
|
-
"
|
|
3597
|
+
"content": "Ready to start marketfeed operation."
|
|
3600
3598
|
},
|
|
3601
3599
|
{
|
|
3600
|
+
"icon": "play",
|
|
3602
3601
|
"type": "button",
|
|
3603
|
-
"variant": "primary",
|
|
3604
|
-
"action": "START",
|
|
3605
3602
|
"label": "Start",
|
|
3606
|
-
"
|
|
3603
|
+
"action": "START",
|
|
3604
|
+
"variant": "primary"
|
|
3607
3605
|
}
|
|
3608
3606
|
],
|
|
3607
|
+
"type": "stack",
|
|
3608
|
+
"gap": "lg",
|
|
3609
|
+
"align": "center",
|
|
3609
3610
|
"direction": "vertical"
|
|
3610
3611
|
}
|
|
3611
3612
|
],
|
|
3612
|
-
"appName": "Trading Dashboard",
|
|
3613
|
-
"type": "dashboard-layout",
|
|
3614
3613
|
"navItems": [
|
|
3615
3614
|
{
|
|
3616
|
-
"
|
|
3615
|
+
"icon": "layout-list",
|
|
3617
3616
|
"href": "/portfolio",
|
|
3618
|
-
"
|
|
3617
|
+
"label": "Portfolio"
|
|
3619
3618
|
},
|
|
3620
3619
|
{
|
|
3621
|
-
"href": "/orders",
|
|
3622
3620
|
"label": "Orders",
|
|
3623
|
-
"icon": "clipboard-list"
|
|
3621
|
+
"icon": "clipboard-list",
|
|
3622
|
+
"href": "/orders"
|
|
3624
3623
|
},
|
|
3625
3624
|
{
|
|
3625
|
+
"href": "/market",
|
|
3626
3626
|
"icon": "layout-list",
|
|
3627
|
-
"label": "Market"
|
|
3628
|
-
"href": "/market"
|
|
3627
|
+
"label": "Market"
|
|
3629
3628
|
}
|
|
3630
|
-
]
|
|
3629
|
+
],
|
|
3630
|
+
"appName": "Trading Dashboard"
|
|
3631
3631
|
}
|
|
3632
3632
|
]
|
|
3633
3633
|
]
|
|
@@ -3641,7 +3641,7 @@
|
|
|
3641
3641
|
"render-ui",
|
|
3642
3642
|
"main",
|
|
3643
3643
|
{
|
|
3644
|
-
"
|
|
3644
|
+
"appName": "Trading Dashboard",
|
|
3645
3645
|
"navItems": [
|
|
3646
3646
|
{
|
|
3647
3647
|
"label": "Portfolio",
|
|
@@ -3650,35 +3650,35 @@
|
|
|
3650
3650
|
},
|
|
3651
3651
|
{
|
|
3652
3652
|
"icon": "clipboard-list",
|
|
3653
|
-
"
|
|
3654
|
-
"
|
|
3653
|
+
"label": "Orders",
|
|
3654
|
+
"href": "/orders"
|
|
3655
3655
|
},
|
|
3656
3656
|
{
|
|
3657
|
+
"href": "/market",
|
|
3657
3658
|
"icon": "layout-list",
|
|
3658
|
-
"label": "Market"
|
|
3659
|
-
"href": "/market"
|
|
3659
|
+
"label": "Market"
|
|
3660
3660
|
}
|
|
3661
3661
|
],
|
|
3662
|
+
"type": "dashboard-layout",
|
|
3662
3663
|
"children": [
|
|
3663
3664
|
{
|
|
3664
3665
|
"gap": "lg",
|
|
3665
|
-
"
|
|
3666
|
-
"type": "stack",
|
|
3666
|
+
"direction": "vertical",
|
|
3667
3667
|
"children": [
|
|
3668
3668
|
{
|
|
3669
3669
|
"message": "Processing marketfeed...",
|
|
3670
|
-
"
|
|
3671
|
-
"
|
|
3670
|
+
"type": "loading-state",
|
|
3671
|
+
"title": "Connecting to market feed..."
|
|
3672
3672
|
},
|
|
3673
3673
|
{
|
|
3674
3674
|
"variant": "text",
|
|
3675
3675
|
"type": "skeleton"
|
|
3676
3676
|
}
|
|
3677
3677
|
],
|
|
3678
|
-
"
|
|
3678
|
+
"type": "stack",
|
|
3679
|
+
"align": "center"
|
|
3679
3680
|
}
|
|
3680
|
-
]
|
|
3681
|
-
"appName": "Trading Dashboard"
|
|
3681
|
+
]
|
|
3682
3682
|
}
|
|
3683
3683
|
]
|
|
3684
3684
|
]
|