Beispiel #1
0
Market.prototype.sendStartAt = _.once(function(candle) {
  cp.firstCandle(candle);
});
Beispiel #2
0
 this.messageFirstCandle = _.once(candle => {
   cp.firstCandle(candle);
 })