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.
ToSerializedString() : string

Save security state to string.

返回值: String.