コード例 #1
0
 public virtual void onMessage(QuoteCancel message, QuickFix.SessionID session)
 {
     throw new QuickFix.UnsupportedMessageType();
 }
コード例 #2
0
 public static void BaseCancel(this Quote @this, QuoteCancel method)
 {
     @this.QuoteState = new QuoteStates(@this.Strategy.Session).Cancelled;
     SetItemState(@this);
 }
コード例 #3
0
ファイル: QuoteExtensions.cs プロジェクト: lulzzz/allors2
 public static void AppsCancel(this Quote @this, QuoteCancel method)
 {
     @this.QuoteState = new QuoteStates(@this.Strategy.Session).Cancelled;
 }