You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello community, I want to obtain the value "symbol" using the "id"
Json string:
{ "positions": [ { "id": "W001", "symbol": "US100", "volume": 0.10, "positions": [ { "id": "W001", "side": "SELL", "commission": "0.00" } ] }, { "id": "W002", "symbol": "BTCUSD", "volume": 0.20, "positions": [ { "id": "W002", "side": "BUY", "commission": "0.00" } ] } ] }For example
Any ideas or recommendations on how to do it.
Thanks.