66"""
77
88
9- class MarketParams ( object ) :
9+ class MarketParams :
1010 def __init__ (self ):
1111 self ._market = None # 市场
1212 self ._sec_type = None # 交易品种
@@ -346,7 +346,7 @@ def to_openapi_dict(self):
346346 return params
347347
348348
349- class SingleContractParams ( object ) :
349+ class SingleContractParams :
350350 def __init__ (self ):
351351 self ._symbol = None
352352 self ._put_call = None # for option
@@ -461,7 +461,7 @@ def to_openapi_dict(self):
461461 return params
462462
463463
464- class MultipleContractParams ( object ) :
464+ class MultipleContractParams :
465465 def __init__ (self ):
466466 super (MultipleContractParams , self ).__init__ ()
467467 self ._contracts = None # list of SingleQuoteParams
@@ -484,7 +484,7 @@ def to_openapi_dict(self):
484484 return params
485485
486486
487- class FutureExchangeParams ( object ) :
487+ class FutureExchangeParams :
488488 def __init__ (self ):
489489 self ._exchange_code = None # 交易所
490490 self ._lang = None # 语言
@@ -516,7 +516,7 @@ def to_openapi_dict(self):
516516 return params
517517
518518
519- class FutureTypeParams ( object ) :
519+ class FutureTypeParams :
520520 def __init__ (self ):
521521 self ._type = None # 期货品种
522522 self ._lang = None # 语言
@@ -548,7 +548,7 @@ def to_openapi_dict(self):
548548 return params
549549
550550
551- class FutureTradingTimeParams ( object ) :
551+ class FutureTradingTimeParams :
552552 def __init__ (self ):
553553 self ._contract_code = None
554554 self ._trading_date = None
@@ -674,7 +674,7 @@ def to_openapi_dict(self):
674674 return params
675675
676676
677- class DepthQuoteParams ( object ) :
677+ class DepthQuoteParams :
678678 def __init__ (self ):
679679 self ._symbols = None
680680 self ._market = None
0 commit comments