A class that represents a set of strike prices at a particlar expiration date. Each strike price of which contains a set of option contracts, each of which contains exchange-specific contracts. To access a contract set for a given strike price, use the get method (inherited from TreeMap).
Inherits from Wombat.Containers.TreeMap, Wombat.Containers.SortedMap, ICloneable, Wombat.Containers.Map
| Name | |
|---|---|
| MamdaOptionExpirationStrikes() | |
| MamdaOptionExpirationStrikes(MamdaOptionExpirationStrikes copy) | |
| void | trimStrikes(SortedSet strikeSet) Trim the current set of strike prices to the given set. |
Public Functions inherited from Wombat.Containers.TreeMap
| Name | |
|---|---|
| TreeMap() | |
| TreeMap(Comparator c) | |
| TreeMap(Map m) | |
| TreeMap(SortedMap m) | |
| Comparator | comparator() |
| SortedMap | subMap(object fromKey, object toKey) |
| SortedMap | headMap(object toKey) |
| SortedMap | tailMap(object fromKey) |
| object | firstKey() |
| object | lastKey() |
| int | size() |
| bool | isEmpty() |
| bool | containsKey(object key) |
| bool | containsValue(object value) |
| object | valueOf(object key) |
| object | put(object key, object value) |
| object | remove(object key) |
| void | putAll(Map m) |
| void | clear() |
| Set | keySet() |
| Collection | values() |
| Set | entrySet() |
| object | Clone() |
Public Functions inherited from Wombat.Containers.SortedMap
| Name | |
|---|---|
| Comparator | comparator() |
| SortedMap | subMap(object from, object to) |
| SortedMap | headMap(object toKey) |
| SortedMap | tailMap(object fromKey) |
| object | firstKey() |
| object | lastKey() |
Public Functions inherited from Wombat.Containers.Map
| Name | |
|---|---|
| int | size() |
| bool | isEmpty() |
| bool | containsKey(object key) |
| bool | containsValue(object value) |
| object | valueOf(object key) |
| object | put(object key, object value) |
| object | remove(object key) |
| void | putAll(Map m) |
| void | clear() |
| Set | keySet() |
| Collection | values() |
| Set | entrySet() |
MamdaOptionExpirationStrikes()
MamdaOptionExpirationStrikes(
MamdaOptionExpirationStrikes copy
)
void trimStrikes(
SortedSet strikeSet
)
Trim the current set of strike prices to the given set.
Parameters:
Updated on 2023-03-31 at 15:30:16 +0100