Exemplo n.º 1
0
 //--------------------------------------------------------------------------------
 public DataSet_tslight() :
     base()
 {
     t_security            = new DataTable_security();
     t_timeframe           = new DataTable_timeframe();
     t_candle              = new DataTable_candle();
     t_my_securities       = new DataTable_security();
     t_my_takingPositions  = new DataTable_order();
     t_my_ClosingPositions = new DataTable_stopOrder();
 }
Exemplo n.º 2
0
 //--------------------------------------------------------------------------------
 internal DataRow_order(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     table = (DataTable_order)Table;
 }