Example #1
0
 private decimal GetRoundVolume(decimal v, BotTabSimple _tab)
 {
     return(CryptoUtil.GetRoundVolume(_tab, v));
 }