예제 #1
0
 def insert(datas):
     try:
         bw.insert(Code, datas)
     except Exception as e:
         raise Exception(e)
예제 #2
0
 def insert(datas):
     try:
         bw.insert(Account, datas)
     except Exception as e:
         raise Exception(e)
예제 #3
0
 def insert(datas):
     try:
         bw.insert(ModelingInfo, datas)
     except Exception as e:
         raise Exception(e)
예제 #4
0
 def insert(datas):
     try:
         bw.insert(MyTrading, datas)
     except Exception as e:
         raise Exception(e)
예제 #5
0
 def insert(datas):
     try:
         bw.insert(MarketData, datas)
     except Exception as e:
         raise Exception(e)