Exemple #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();
 }
Exemple #2
0
 //--------------------------------------------------------------------------------
 internal DataRow_stopOrder(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     table = (DataTable_stopOrder)Table;
 }