IExpirationJumpList
The interface describing the internal instruments collection ExpirationJumps.
実装: ISynchronizedCollection<KeyValuePair<SecurityId, DateTime>>, ISynchronizedCollection, ISynchronizable, ICollection<KeyValuePair<SecurityId, DateTime>>, IEnumerable<KeyValuePair<SecurityId, DateTime>>, IEnumerable, IDictionary<SecurityId, DateTime>
プロパティ
FirstSecurity : SecurityId
To get the first instrument by expiration.
戻り値: The first instrument. If the ExpirationJumps is empty, the will be returned.
Item : SecurityId
To get the instrument for the specified expiration time.
- time
- The expiration time.
戻り値: Security.
LastSecurity : SecurityId
To get the last instrument by expiration.
戻り値: The last instrument. If the ExpirationJumps is empty, the will be returned.
メソッド
GetNextSecurity(SecurityId) : SecurityId?
To get the next instrument.
- security
- Security.
戻り値: The next instrument. If the is the last instrument then will be returned.
GetPrevSecurity(SecurityId) : SecurityId?
To get the previous instrument.
- security
- Security.
戻り値: The previous instrument. If the is the first instrument then will be returned.