IExpirationJumpList

StockSharp.Algo.ExpirationContinuousSecurity

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.