예제 #1
0
 def delete(**kwargs):
     try:
         bw.delete(Code, **kwargs)
     except Exception as e:
         raise Exception(e)
예제 #2
0
 def delete(**kwargs):
     try:
         bw.delete(Account, **kwargs)
     except Exception as e:
         raise Exception(e)
예제 #3
0
 def delete(**kwargs):
     try:
         bw.delete(MyTrading, **kwargs)
     except Exception as e:
         raise Exception(e)
예제 #4
0
 def delete(**kwargs):
     try:
         bw.delete(ModelingInfo, **kwargs)
     except Exception as e:
         raise Exception(e)
예제 #5
0
 def delete_all():
     try:
         bw.delete(ModelInfo)
     except Exception as e:
         raise Exception(e)
예제 #6
0
 def delete(**kwargs):
     try:
         bw.delete(MarketData, **kwargs)
     except Exception as e:
         raise Exception(e)