You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The provided examples work great, but I noticed there is no example for submitting a post request which is needed to create a trade order. My call:
response = consumer.request(:post, "https://etwssandbox.etrade.com/order/sandbox/rest/previewequityorder", access_token,{}, {}, { 'Content-Type' => 'application/xml', :xml => myxmlorder} )
The question is how can i send the xml bearing the order in the call? Thanks very much.
The text was updated successfully, but these errors were encountered:
The provided examples work great, but I noticed there is no example for submitting a post request which is needed to create a trade order. My call:
response = consumer.request(:post, "https://etwssandbox.etrade.com/order/sandbox/rest/previewequityorder", access_token,{}, {}, { 'Content-Type' => 'application/xml', :xml => myxmlorder} )
The question is how can i send the xml bearing the order in the call? Thanks very much.
The text was updated successfully, but these errors were encountered: