示例#1
0
 public SymbolService()
 {
     _context = new KiteAutotradingEntities();
 }
 public WatchlistService()
 {
     _context = new KiteAutotradingEntities();
 }
示例#3
0
 public BrokerPositionService()
 {
     _context = new KiteAutotradingEntities();
 }
示例#4
0
 public StrategyService()
 {
     _context = new KiteAutotradingEntities();
 }
示例#5
0
 public BrokerOrderService()
 {
     _context = new KiteAutotradingEntities();
 }
 public JobService()
 {
     _context = new KiteAutotradingEntities();
 }
 public UserSessionService()
 {
     _context = new KiteAutotradingEntities();
 }