TSLab API Docs  1
TSLab.Script.Options.IOptionSeries Interface Reference

Option series (all options with the same expiration date) More...

Public Member Functions

IEnumerable< IOptionStrikeGetStrikes ()
 Query all strikes in option series
 
IEnumerable< IOptionStrikePairGetStrikePairs ()
 Get all option pairs in given series. Collection is sorted in ascending order.
 
bool TryGetStrikePair (double strike, out IOptionStrikePair pair)
 Attempt to get single option pair of given series at requested strike.
 

Properties

ISecurity UnderlyingAsset [get]
 Underlying asset
 
DateTime ExpirationDate [get]
 Expiration date (without time)
 

Detailed Description

Option series (all options with the same expiration date)