Click or drag to resize

CWormsWmdOptionChain Class

Publishes the option rics for a single underlier. Once it is instantiated, the chain will remain active (and taking up memory) in the WmdSession until Dispose() is called.
Inheritance Hierarchy
SystemObject
  Woti.WmdCWormsWmdOptionChain

Namespace: Woti.Wmd
Assembly: Woti (in Woti.dll) Version: 13.4.259.0
Syntax
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("803C76D6-EE12-43ae-A644-C0668D7FC23B")]
public class CWormsWmdOptionChain : IWormsWmdOptionChain, 
	IDisposable

The CWormsWmdOptionChain type exposes the following members.

Properties
 NameDescription
Public propertyIsCompleteTrue if the chain's done loading.
Public propertyIsEmptyTrue if there are no options loaded for this underlier.
Public propertyIsRefreshingTrue if the chain is currently refreshing.
Public propertyStatusA human-readable string giving basic information about the chain.
Public propertyUnderlierThe underlier of this chain.
Top
Methods
 NameDescription
Public methodDispose 
Public methodGetExpirationsA list of all the expirations, given a root and/or a strike.
Public methodGetRootsA list of all the roots, given an expiration and/or a strike.
Public methodGetStrikesReturns a list of all the strikes, given a root and/or an expiration.
Public methodGetSymbolsA list of all the symbols in an option chain.
Top
Events
 NameDescription
Public eventChainUpdatedThis fires every time the Chain is updated.
Top
See Also