Advertisement
getvivekv

Untitled

May 26th, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. Array
  2. (
  3. [quantity] => 1
  4. [direction] => debit
  5. [price] => 3.60
  6. [type] => limit
  7. [account] => https://api.robinhood.com/accounts/ABC123/
  8. [time_in_force] => gfd
  9. [trigger] => immediate
  10. [override_day_trade_checks] =>
  11. [override_dtbp_checks] =>
  12. [ref_id] => 3e399667-3343-482f-a75a-656ea1917b7e
  13. [legs] => Array
  14. (
  15. [0] => Array
  16. (
  17. [option] => https://api.robinhood.com/options/instruments/c4aaba1b-6e79-4708-b429-e3aa3d3d0e78/
  18. [ratio_quantity] => 1
  19. [side] => buy
  20. [position_effect] => open
  21. )
  22.  
  23. )
  24.  
  25. )
  26. Array
  27. (
  28. [legs] => Array
  29. (
  30. [0] => Array
  31. (
  32. [position_effect] => Array
  33. (
  34. [0] => This field is required.
  35. )
  36.  
  37. [side] => Array
  38. (
  39. [0] => This field is required.
  40. )
  41.  
  42. [ratio_quantity] => Array
  43. (
  44. [0] => This field is required.
  45. )
  46.  
  47. [option] => Array
  48. (
  49. [0] => This field is required.
  50. )
  51.  
  52. )
  53.  
  54. )
  55.  
  56. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement