コード例 #1
0
ファイル: ArbOpportunity.cs プロジェクト: ynzheng/RBBot
 public override string ToString()
 {
     return(ArbPriceManager.GetOpportunityKey(this.LowerPricePair, this.HigherPricePair));
 }
コード例 #2
0
ファイル: ArbOpportunity.cs プロジェクト: cryptolog/RBBot
 public override decimal GetMarginValuePercent()
 {
     return(ArbPriceManager.CalculateOpportunityMarginPercent(this.LowerPricePair, this.HigherPricePair));
 }