예제 #1
0
 public override string ToString()
 {
     return(ArbPriceManager.GetOpportunityKey(this.LowerPricePair, this.HigherPricePair));
 }
예제 #2
0
 public override decimal GetMarginValuePercent()
 {
     return(ArbPriceManager.CalculateOpportunityMarginPercent(this.LowerPricePair, this.HigherPricePair));
 }