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