IExpirationJumpList

StockSharp.Algo.ExpirationContinuousSecurity

The interface describing the internal instruments collection ExpirationJumps.

Implementa: ISynchronizedCollection<KeyValuePair<SecurityId, DateTime>>, ISynchronizedCollection, ISynchronizable, ICollection<KeyValuePair<SecurityId, DateTime>>, IEnumerable<KeyValuePair<SecurityId, DateTime>>, IEnumerable, IDictionary<SecurityId, DateTime>

Propiedades

FirstSecurity : SecurityId

To get the first instrument by expiration.

Devuelve: 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.

Devuelve: Security.

LastSecurity : SecurityId

To get the last instrument by expiration.

Devuelve: The last instrument. If the ExpirationJumps is empty, the will be returned.

Métodos

GetNextSecurity(SecurityId) : SecurityId?

To get the next instrument.

security
Security.

Devuelve: The next instrument. If the is the last instrument then will be returned.

GetPrevSecurity(SecurityId) : SecurityId?

To get the previous instrument.

security
Security.

Devuelve: The previous instrument. If the is the first instrument then will be returned.