| GetMarkets | Return the collection of markets for this contract. |
| GetMarkets(Boolean) | Return the collection of markets for this contract. |
| GetMarkets(OnMarketListComplete) | Return the collection of markets for this contract. |
| GetMarkets(Boolean, OnMarketListComplete) | Return the collection of all expired markets for this contract. |
| GetMarkets(OnMarketListComplete, Object) | Return the collection of markets for this contract. |
| GetMarkets(Boolean, OnMarketListComplete, Object) | Return the collection of all expired markets for this contract. |
| GetMarkets(Int32, StrategyType, OnMarketListComplete) | Get the filtered collection of markets for this contract. |
| GetMarkets(Int32, StrategyType, Boolean, OnMarketListComplete) | Get the filtered collection of expired markets for this contract. |
| GetMarkets(Int32, StrategyType, OnMarketListComplete, Object) | Get the filtered collection of markets for this contract. |
| GetMarkets(Int32, StrategyType, Boolean, OnMarketListComplete, Object) | Get the filtered collection of expired markets for this contract. |