C# Class MemExchange.Server.Processor.Book.Triggers.BestPriceTrigger

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

Private Properties

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

Méthodes publiques

Méthode Description
BestPriceTrigger ( string symbol, double triggerPrice, WayEnum way ) : System
ModifyTriggerPrice ( double newTriggerPrice ) : void
SetTriggerAction ( System.Action action ) : void
TryExecute ( IOrderBookBestBidAsk bestBidAsk ) : bool

Private Methods

Méthode Description
Execute ( ) : void

Method Details

BestPriceTrigger() public méthode

public BestPriceTrigger ( string symbol, double triggerPrice, WayEnum way ) : System
symbol string
triggerPrice double
way WayEnum
Résultat System

ModifyTriggerPrice() public méthode

public ModifyTriggerPrice ( double newTriggerPrice ) : void
newTriggerPrice double
Résultat void

SetTriggerAction() public méthode

public SetTriggerAction ( System.Action action ) : void
action System.Action
Résultat void

TryExecute() public méthode

public TryExecute ( IOrderBookBestBidAsk bestBidAsk ) : bool
bestBidAsk IOrderBookBestBidAsk
Résultat bool