Exemplo n.º 1
0
 public TradingEvent(DateTime time, Balance objBalance)
 {
     Balance = new Balance();
     Time    = time;
     Balance = objBalance;
 }
Exemplo n.º 2
0
 public TradingEvent()
 {
     Balance = new Balance();
 }