ContinuousSecurityBaseProcessor
StockSharp.Algo
Base continuous securities processor.
Inherits: BasketSecurityBaseProcessor<T>
Constructors
Methods
CanProcess(SecurityId, DateTime, decimal?, decimal?, decimal?) : bool
Determines can process message.
- securityId
- Security ID.
- serverTime
- Change server time.
- price
- Price.
- volume
- Volume.
- openInterest
- Number of open positions (open interest).
Returns: if the specified message can be processed, otherwise, .