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
every time I use the bottom quote search, it automatically reverts to google or "GOOG". I tried many symbols but its not changing. is it a sandbox issue or a code issue?
$config = new Config(true);
$mk_obj = new Market($config);
$market_quotes_para["symbols"]= "FB";
$mk_quotes = $mk_obj->MarketGetQuotes($market_quotes_para);
print_r($mk_quotes);
The text was updated successfully, but these errors were encountered:
every time I use the bottom quote search, it automatically reverts to google or "GOOG". I tried many symbols but its not changing. is it a sandbox issue or a code issue?
$config = new Config(true);
$mk_obj = new Market($config);
$market_quotes_para["symbols"]= "FB";
$mk_quotes = $mk_obj->MarketGetQuotes($market_quotes_para);
print_r($mk_quotes);
The text was updated successfully, but these errors were encountered: