constructorAvailable
Constructor
Construct `telion_api.Event` with the installed signature `(type: 'str', source: 'Any', data: 'dict[str, Any]') -> None`.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Event | — |
| signature | (type: 'str', source: 'Any', data: 'dict[str, Any]') -> None | — |
| return | telion_api.Event | — |
Construct telion_api.Event with the installed signature (type: 'str', source: 'Any', data: 'dict[str, Any]') -> None.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Event |
| signature | (type: 'str', source: 'Any', data: 'dict[str, Any]') -> None |
| return | telion_api.Event |
Signature
Event(type: 'str', source: 'Any', data: 'dict[str, Any]') -> None