コード例 #1
0
 public static void BaseReject(this Quote @this, QuoteReject method)
 {
     @this.QuoteState = new QuoteStates(@this.Strategy.Session).Rejected;
     SetItemState(@this);
 }
コード例 #2
0
ファイル: QuoteExtensions.cs プロジェクト: lulzzz/allors2
 public static void AppsReject(this Quote @this, QuoteReject method)
 {
     @this.QuoteState = new QuoteStates(@this.Strategy.Session).Rejected;
 }