Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advice orders #45

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
cbdfb75
Initial checkin
basgroot Jun 16, 2022
2346610
Order details
basgroot Jun 16, 2022
5e3ede6
Fixes after first demo
basgroot Jun 17, 2022
db85b75
Add Access Rights
basgroot Jun 17, 2022
bc29b7f
Details on received roles/rights
basgroot Jun 23, 2022
75ebce5
Extra comment
basgroot Jun 23, 2022
6c35801
Get rid of duplicate /details endpoint
basgroot Jun 27, 2022
5494291
Demo on pre- & post- trading session
basgroot Jun 27, 2022
5ceed20
Retrieve sessions in two ways
basgroot Jun 28, 2022
97c60f1
Process different response
basgroot Jun 28, 2022
2429b90
Some linting
basgroot Jun 28, 2022
ad2b4ea
Merge remote-tracking branch 'origin/main' into AdviceOrders
basgroot Jun 30, 2022
9409d62
Find supported exchanges
basgroot Jun 30, 2022
444b520
Update ENS sample
basgroot Jul 1, 2022
92a18a6
Make TokenRefreshTime explicit
basgroot Jul 6, 2022
d842ba0
Better explain OAPI.OP.TakeTradeSession
basgroot Jul 6, 2022
64237f7
Better explanation
basgroot Jul 7, 2022
2c934c6
Merge branch 'main' into AdviceOrders
basgroot Jul 7, 2022
e7e8ef8
Merge branch 'main' into AdviceOrders
basgroot Jul 20, 2022
22d10b2
URL change
basgroot Jul 20, 2022
54a1caa
New design of AdviceOrders
basgroot Jul 20, 2022
996a607
Fix README URL
basgroot Jul 21, 2022
02a4240
AccountKey required in requests
basgroot Jul 21, 2022
dbf1357
Update README.md
basgroot Aug 18, 2022
6814702
Move around
basgroot Aug 19, 2022
0f82868
Extend ETH demo
basgroot Aug 19, 2022
67dba77
Remove ETH
basgroot Aug 19, 2022
d90d113
Add link to readme
basgroot Aug 19, 2022
cbdf7bc
Merge branch 'main' into AdviceOrders
basgroot Nov 29, 2022
d01c328
Doc
basgroot Nov 29, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ Samples run against Saxo's simulation environment and require an **access token*
- [OCO Orders](orders/oco-orders/)
- [Algorithmic Orders](orders/algo-orders/)
- [Conditional or Sleeping Orders](orders/conditional-orders/)
- [Block Orders](orders/block-orders/)
- [Block Orders (for partners)](orders/block-orders/)
- [Advise Orders (for partners)](orders/advice-orders/)
- [Regulatory Requirements](orders/regulatory-requirements/)
5. Portfolio
- [Display positions and orders](portfolio/positions-orders/)
Expand Down
1 change: 1 addition & 0 deletions orders/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ Examples on
- [OCO Orders](oco-orders)
- [FX Options](fx-options)
- [Block Orders](block-orders)
- [Advice Orders](advice-orders)

More on order placement: <https://www.developer.saxo/openapi/learn/order-placement/>
5 changes: 5 additions & 0 deletions orders/advice-orders/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Client-side Samples for Advice Orders

This is a demonstration on how to create and update an order advice for an end customer.

Live demo: <https://saxobank.github.io/openapi-samples-js/orders/advice-orders/>
Loading