C# Class Adaptive.ReactiveTrader.Server.Pricing.PricingServiceHost

Inheritance: ServiceHostBase
Datei anzeigen Open project: AdaptiveConsulting/ReactiveTraderCloud

Public Methods

Method Description
Dispose ( ) : void
GetPriceUpdates ( IRequestContext context, IMessage message ) : System.Threading.Tasks.Task
PricingServiceHost ( IPricingService service, IBroker broker ) : System.Reactive.Disposables

Private Methods

Method Description
StartPricePublisher ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetPriceUpdates() public method

public GetPriceUpdates ( IRequestContext context, IMessage message ) : System.Threading.Tasks.Task
context IRequestContext
message IMessage
return System.Threading.Tasks.Task

PricingServiceHost() public method

public PricingServiceHost ( IPricingService service, IBroker broker ) : System.Reactive.Disposables
service IPricingService
broker IBroker
return System.Reactive.Disposables