nextpyp.client.gen.RealTimeS2CError#

class nextpyp.client.gen.RealTimeS2CError#

Bases: object

(no description yet)

Methods

__init__

deserialize

rtype:

RealTimeS2CError

from_json

Creates a new class instance from JSON

serialize

rtype:

str

to_json

Converts this class instance into JSON

Attributes

TYPE_ID

name

(no description yet)

msg

(no description yet)

Details

__init__(name, msg)#
Parameters:
  • name (str | None) –

  • msg (str | None) –

Return type:

None

classmethod from_json(json, type_ids=None)#

Creates a new class instance from JSON

Return type:

RealTimeS2CError

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

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

msg: Optional[str]#

(no description yet)

name: Optional[str]#

(no description yet)

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]