VolatilityBasketStrike
StockSharp.Algo.Derivatives
The virtual strike including strikes of the specified volatility boundary.
継承元: BasketStrike
コンストラクター
VolatilityBasketStrike(Security, ISecurityProvider, IMarketDataProvider, Range<decimal>)
The virtual strike including strikes of the specified volatility boundary.
- underlyingAsset
- Underlying asset.
- securityProvider
- The provider of information about instruments.
- dataProvider
- The market data provider.
- volatilityRange
- Volatility range.
メソッド
FilterStrikes(IEnumerable<Security>, decimal) : IEnumerable<Security>
To get filtered strikes.
- allStrikes
- All strikes.
- assetPrice
- The asset price.
戻り値: Filtered strikes.
FromSerializedString(string)
Load security state from .
- text
- Value, received from ToSerializedString.