Total Complexity | 3 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class InstrumentInfo extends PublicEndpoint implements IGetEndpointInterface |
||
14 | { |
||
15 | protected function getEndpointUrl(): string |
||
16 | { |
||
17 | return "/derivatives/v3/public/instruments-info"; |
||
18 | } |
||
19 | |||
20 | public function getRequestClassname(): string |
||
21 | { |
||
22 | return InstrumentInfoRequestOptions::class; |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * @return string |
||
27 | */ |
||
28 | protected function getResponseClassname(): string |
||
31 | } |
||
32 | } |