|
Lean
$LEAN_TAG$
|
Static class contains definitions of popular futures expiration cycles More...
Static Public Attributes | |
| static readonly int[] | January = { 1, 4, 7, 10 } |
| January Cycle: Expirations in January, April, July, October (the first month of each quarter) More... | |
| static readonly int[] | February = { 2, 5, 8, 11 } |
| February Cycle: Expirations in February, May, August, November (second month) More... | |
| static readonly int[] | March = { 3, 6, 9, 12 } |
| March Cycle: Expirations in March, June, September, December (third month) More... | |
| static readonly int[] | December = { 12 } |
| December Cycle: Expirations in December More... | |
| static readonly int[] | AllYear = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 } |
| All Year Cycle: Expirations in every month of the year More... | |
| static readonly int[] | GJMQVZ = { 2, 4, 6, 8, 10, 12 } |
| GJMQVZ Cycle More... | |
| static readonly int[] | GJKMNQVZ = { 2, 4, 5, 6, 7, 8, 10, 12 } |
| GJKMNQVZ Cycle More... | |
| static readonly int[] | HMUZ = March |
| HMUZ Cycle More... | |
| static readonly int[] | HKNUZ = { 3, 5, 7, 9, 12 } |
| HKNUZ Cycle More... | |
| static readonly int[] | HKNV = { 3, 5, 7, 10 } |
| HKNV Cycle More... | |
| static readonly int[] | HKNVZ = { 3, 5, 7, 10, 12 } |
| HKNVZ Cycle More... | |
| static readonly int[] | FHKNUX = { 1, 3, 5, 7, 9, 11 } |
| FHKNUX Cycle More... | |
| static readonly int[] | FHJKQUVX = { 1, 3, 4, 5, 8, 9, 10, 11 } |
| FHJKQUVX Cycle More... | |
| static readonly int[] | HKNUVZ = { 3, 5, 7, 9, 10, 12 } |
| HKNUVZ Cycle More... | |
| static readonly int[] | FHKNUVZ = { 1, 3, 5, 7, 9, 10, 12 } |
| FHKNQUVZ Cycle More... | |
| static readonly int[] | FHKNQUVZ = { 1, 3, 5, 7, 8, 9, 10, 12 } |
| FHKMQUVZ Cycle More... | |
| static readonly int[] | FHKNQUX = { 1, 3, 5, 7, 8, 9, 11 } |
| FHKNQUX Cycle More... | |
| static readonly int[] | FGHJKMNQUVXZ = AllYear |
| FGHJKMNQUVXZ Cycle More... | |
Static class contains definitions of popular futures expiration cycles
Definition at line 21 of file FutureExpirationCycles.cs.
|
static |
January Cycle: Expirations in January, April, July, October (the first month of each quarter)
Definition at line 26 of file FutureExpirationCycles.cs.
|
static |
February Cycle: Expirations in February, May, August, November (second month)
Definition at line 31 of file FutureExpirationCycles.cs.
|
static |
March Cycle: Expirations in March, June, September, December (third month)
Definition at line 36 of file FutureExpirationCycles.cs.
|
static |
December Cycle: Expirations in December
Definition at line 41 of file FutureExpirationCycles.cs.
|
static |
All Year Cycle: Expirations in every month of the year
Definition at line 46 of file FutureExpirationCycles.cs.
|
static |
GJMQVZ Cycle
Definition at line 51 of file FutureExpirationCycles.cs.
|
static |
GJKMNQVZ Cycle
Definition at line 56 of file FutureExpirationCycles.cs.
|
static |
HMUZ Cycle
Definition at line 61 of file FutureExpirationCycles.cs.
|
static |
HKNUZ Cycle
Definition at line 66 of file FutureExpirationCycles.cs.
|
static |
HKNV Cycle
Definition at line 71 of file FutureExpirationCycles.cs.
|
static |
HKNVZ Cycle
Definition at line 76 of file FutureExpirationCycles.cs.
|
static |
FHKNUX Cycle
Definition at line 81 of file FutureExpirationCycles.cs.
|
static |
FHJKQUVX Cycle
Definition at line 86 of file FutureExpirationCycles.cs.
|
static |
HKNUVZ Cycle
Definition at line 91 of file FutureExpirationCycles.cs.
|
static |
FHKNQUVZ Cycle
Definition at line 96 of file FutureExpirationCycles.cs.
|
static |
FHKMQUVZ Cycle
Definition at line 101 of file FutureExpirationCycles.cs.
|
static |
FHKNQUX Cycle
Definition at line 106 of file FutureExpirationCycles.cs.
|
static |
FGHJKMNQUVXZ Cycle
Definition at line 111 of file FutureExpirationCycles.cs.