nextpyp.client.gen.RealTimeS2CSessionSmallData#

class nextpyp.client.gen.RealTimeS2CSessionSmallData#

Bases: object

(no description yet)

Methods

__init__

deserialize

rtype:

RealTimeS2CSessionSmallData

from_json

Creates a new class instance from JSON

serialize

rtype:

str

to_json

Converts this class instance into JSON

Attributes

TYPE_ID

exports

(no description yet)

Details

__init__(exports)#
Parameters:

exports (List[SessionExportData]) –

Return type:

None

exports: List[SessionExportData]#

(no description yet)

classmethod from_json(json, type_ids=None)#

Creates a new class instance from JSON

Return type:

RealTimeS2CSessionSmallData

Parameters:
  • json (Dict[str, Any]) –

  • type_ids (Dict[str, str] | None) –

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]