프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Execute | void |
메소드 | 설명 | |
---|---|---|
BestPriceTrigger ( string symbol, double triggerPrice, WayEnum way ) : System | ||
ModifyTriggerPrice ( double newTriggerPrice ) : void | ||
SetTriggerAction ( System.Action action ) : void | ||
TryExecute ( IOrderBookBestBidAsk bestBidAsk ) : bool |
메소드 | 설명 | |
---|---|---|
Execute ( ) : void |
public BestPriceTrigger ( string symbol, double triggerPrice, WayEnum way ) : System | ||
symbol | string | |
triggerPrice | double | |
way | WayEnum | |
리턴 | System |
public ModifyTriggerPrice ( double newTriggerPrice ) : void | ||
newTriggerPrice | double | |
리턴 | void |
public SetTriggerAction ( System.Action action ) : void | ||
action | System.Action | |
리턴 | void |
public TryExecute ( IOrderBookBestBidAsk bestBidAsk ) : bool | ||
bestBidAsk | IOrderBookBestBidAsk | |
리턴 | bool |