RAPTOR v18.4: Исправлена отчетность, активированы выходные
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
from typing import List
|
||||
|
||||
|
||||
class InstrumentResponse:
|
||||
class_code: str
|
||||
|
||||
figi: str
|
||||
ticker: str
|
||||
uid: str
|
||||
|
||||
|
||||
class InstrumentsResponse:
|
||||
instruments: List[InstrumentResponse]
|
||||
Reference in New Issue
Block a user