 | IGetListResponseOptionPairs Property |
Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.
Gets the option pairs.
Namespace: ETradeNet.Market.OptionChainsAssembly: ETradeNet.Market (in ETradeNet.Market.dll) Version: 1.0.5793.41727
SyntaxList<OptionPair> OptionPairs { get; }
ReadOnly Property OptionPairs As List(Of OptionPair)
Get
property List<OptionPair^>^ OptionPairs {
List<OptionPair^>^ get ();
}
abstract OptionPairs : List<OptionPair> with get
Property Value
Type:
ListOptionPairContainer for one or more option pairs. Only appears if the option pair count is positive.
See Also