Examples of FutContract


Examples of samples.base.FutContract

            m_contract.m_currency = "EUR";
            break;
         }
      case 1:
         {
            m_contract = new FutContract("IBM", "200809");
            break;
         }   
      case 2:
         {
            m_contract = new OptContract("IBM", "200809", 120, "CALL");
View Full Code Here

Examples of samples.base.FutContract

                   */

                  if (m_needFrontMonthFuture) {
                     m_status = Status.SecDefFMF;

                     Contract futContract = new FutContract(
                           contractDetails.m_summary.m_symbol,
                           /* all expirations */ "",
                           contractDetails.m_summary.m_currency);

                     submitSecDef(0, futContract);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.