C# Class MemExchange.Server.Processor.Book.OrderBookBestBidAsk

Inheritance: IOrderBookBestBidAsk
Afficher le fichier Open project: ThomasVestergaard/MemExchange Class Usage Examples

Private Properties

Свойство Type Description
NotifyHandlers void

Méthodes publiques

Méthode Description
OrderBookBestBidAsk ( string symbol ) : System
RegisterUpdateHandler ( Action handler ) : void
Set ( double bestBid, double bestAsk, int bestBidQuantity, int bestAskQuantity ) : bool
ToDto ( ) : MarketBestBidAskDto
UnRegisterUpdateHandler ( Action handler ) : void

Private Methods

Méthode Description
NotifyHandlers ( ) : void

Method Details

OrderBookBestBidAsk() public méthode

public OrderBookBestBidAsk ( string symbol ) : System
symbol string
Résultat System

RegisterUpdateHandler() public méthode

public RegisterUpdateHandler ( Action handler ) : void
handler Action
Résultat void

Set() public méthode

public Set ( double bestBid, double bestAsk, int bestBidQuantity, int bestAskQuantity ) : bool
bestBid double
bestAsk double
bestBidQuantity int
bestAskQuantity int
Résultat bool

ToDto() public méthode

public ToDto ( ) : MarketBestBidAskDto
Résultat MemExchange.Core.SharedDto.Level1.MarketBestBidAskDto

UnRegisterUpdateHandler() public méthode

public UnRegisterUpdateHandler ( Action handler ) : void
handler Action
Résultat void