Skip to content

Commit

Permalink
binance avgPrice
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaini528 committed Dec 24, 2021
1 parent 17c3401 commit 296122c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Map/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ protected function checkType(string $symbol=''){
if(empty($this->platform)) {
if(stristr($this->host,"fapi")!==false) return 'future';
if(stristr($this->host,"dapi")!==false) return 'swap';
return 'spot';
}
return $this->platform;
}
Expand Down

0 comments on commit 296122c

Please sign in to comment.