Beispiel #1
0
 private void OnEntryDone(IExecutionReport executionReport)
 {
     _rfqUpdateSubject.OnNext(new RfqUpdate(RfqState.Done, null, executionReport));
 }
Beispiel #2
0
 private void OnEntryDone(IExecutionReport executionReport)
 {
     _rfqUpdateSubject.OnNext(new RfqUpdate(RfqState.Done, null, executionReport));
 }
Beispiel #3
0
 public RfqUpdate(RfqState rfqState, IQuote quote, IExecutionReport executionReport)
 {
     RfqState        = rfqState;
     Quote           = quote;
     ExecutionReport = executionReport;
 }
Beispiel #4
0
 public RfqUpdate(RfqState rfqState, IQuote quote, IExecutionReport executionReport)
 {
     RfqState = rfqState;
     Quote = quote;
     ExecutionReport = executionReport;
 }