Example #1
0
 public function getStockCountByTimestamp(DateTime $dateTime)
 {
     $result = $this->client->call('GetStockCountByTimestamp', ['fromdatetime' => $dateTime->jsonSerialize()]);
     return $this->result = $result->GetStockCountByTimestampResult->StockCount;
 }