TSLab API Docs
1
|
Option series (all options with the same expiration date) More...
Public Member Functions | |
IEnumerable< IOptionStrike > | GetStrikes () |
Query all strikes in option series | |
IEnumerable< IOptionStrikePair > | GetStrikePairs () |
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) | |
Option series (all options with the same expiration date)