Skip to content

Commit 80e9d44

Browse files
author
Jacob Davis
authored
Update ForexDataClient.php
1 parent ae55dec commit 80e9d44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/ForexDataClient.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ public function getQuotes(array $symbols)
5555
foreach ($quotes as $quote)
5656
{
5757
$quotes_array[] = ['symbol' => $quote->symbol,
58+
'bid' => $quote->bid,
59+
'ask' => $quote->ask,
5860
'price' => $quote->price,
5961
'timestamp' => $quote->timestamp];
6062
}

0 commit comments

Comments
 (0)