How do i get the Entry or Exit Spot price form Subscribed event
How do we get the entry or exit spot spot price form a transaction streams when subscribed to a transaction stream.
proposal_open_contract only fetches data once on application run and it only fetches for already opened contracts but i want it for one when there a transaction happening. I am using C#
Comments
Raunak
The call with subscribe transactions returns
{"echo_req":{"subscribe":1,"transaction":1},"msg_type":"transaction","transaction":{"action":"buy","amount":"-250.0000","balance":"452575.35","contract_id":"10848776688","currency":"USD","date_expiry":1478354854,"display_name":"Volatility 75 Index","id":"9afe822f-b324-6429-eded-75f82da4ed04","longcode":"Win payout if Volatility 75 Index after 5 ticks is strictly higher than entry spot.","symbol":"R_75","transaction_id":"21612911028","transaction_time":1478354844}}
As you can see there is no entry spot or exit spot price . May we have these included