Exemplo n.º 1
0
 public override string ToString()
 {
     return(ArbPriceManager.GetOpportunityKey(this.LowerPricePair, this.HigherPricePair));
 }
Exemplo n.º 2
0
 public override decimal GetMarginValuePercent()
 {
     return(ArbPriceManager.CalculateOpportunityMarginPercent(this.LowerPricePair, this.HigherPricePair));
 }