add exante and ibkr
This commit is contained in:
@@ -209,6 +209,7 @@ class MainObject
|
||||
public function trySetCurrencies() : void
|
||||
{
|
||||
if ($this->marketName) {
|
||||
$cryptoFiat = ["USDT","BUSD"];
|
||||
if (strlen($this->marketName) === 6) {
|
||||
$cur1 = substr($this->marketName,0,3);
|
||||
$cur2 = substr($this->marketName,3);
|
||||
@@ -221,7 +222,6 @@ class MainObject
|
||||
$this->setRealCurrency($cur1);
|
||||
}
|
||||
} else {
|
||||
$cryptoFiat = ["USDT"];
|
||||
foreach ($cryptoFiat as $item) {
|
||||
$currReal = strpos($this->marketName, $item);
|
||||
if ($currReal === false) {
|
||||
|
||||
Reference in New Issue
Block a user