- Notifications
You must be signed in to change notification settings - Fork0
alperacabey/trader-vue
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
# npmnpm install# or yarnyarn
# npmnpm run dev# or yarnyarn dev
- vue-router (router)
- vue-toastification ( toast )
- vue/test-utils (unit testing utility library)
- jest (testing framework)
Styles were written in accordance withBEM methodology.
├── public # Shared files├── src # Source files│ ├── asseets # Style files| | ├── **/*.scss│ ├── components # Reusable components| | ├── **/*.vue│ ├── composables # Encapsulated and reused stateful logics| | ├── **/*.ts│ ├── entities # Constants and types | | ├── **/*.ts│ ├── plugins # 3rd part library configurations| | ├── **/*.ts│ ├── router # Routes│ ├── services # Socket and api gateways│ ├── views # Pages├── tests│ ├── **/*.spec.ts # Unit tests| Term | Definition |
|---|---|
ISIN | The 12-digit alphanumeric code that uniquely identifies a specific instrument |
instrument | A tradable asset, or a negotiable item, such as a security, commodity, derivative, or index, or any item that underlies a derivative. |
bid | The highest price a buyer will pay to buy a specified number of shares of an instrument at any given time. |
ask | The lowest price at which a seller will sell the instrument. |
The WebSocket server is started when you runyarn dev. You can then connect to it at
ws://localhost:8425/
To subcribe to a specific security
{"subscribe":"${ISIN}"}To unsubscribe to a specific security
{"unsubscribe":"${ISIN}"}{"subscribe":"DE000BASF111"}{"isin":"DE000BASF111","price":11.316359370403822,"bid":11.306359370403822,"ask":11.326359370403821}About
No description, website, or topics provided.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.