Package com.ib.client

Examples of com.ib.client.Builder.send()


      b.send( contract.secType() );
      b.send( contract.expiry());
      b.send( contract.strike());
      b.send( contract.right().getApiString() );
      b.send( contract.multiplier() );
      b.send( contract.exchange() );
      b.send( contract.primaryExch() );
      b.send( contract.currency() );
      b.send( contract.localSymbol() );
      b.send( contract.secIdType() );
      b.send( contract.secId() );
View Full Code Here


      b.send( contract.expiry());
      b.send( contract.strike());
      b.send( contract.right().getApiString() );
      b.send( contract.multiplier() );
      b.send( contract.exchange() );
      b.send( contract.primaryExch() );
      b.send( contract.currency() );
      b.send( contract.localSymbol() );
      b.send( contract.secIdType() );
      b.send( contract.secId() );
      b.send( order.action() );
View Full Code Here

      b.send( contract.strike());
      b.send( contract.right().getApiString() );
      b.send( contract.multiplier() );
      b.send( contract.exchange() );
      b.send( contract.primaryExch() );
      b.send( contract.currency() );
      b.send( contract.localSymbol() );
      b.send( contract.secIdType() );
      b.send( contract.secId() );
      b.send( order.action() );
      b.send( order.totalQuantity() );
View Full Code Here

      b.send( contract.right().getApiString() );
      b.send( contract.multiplier() );
      b.send( contract.exchange() );
      b.send( contract.primaryExch() );
      b.send( contract.currency() );
      b.send( contract.localSymbol() );
      b.send( contract.secIdType() );
      b.send( contract.secId() );
      b.send( order.action() );
      b.send( order.totalQuantity() );
      b.send( order.orderType() );
View Full Code Here

      b.send( contract.multiplier() );
      b.send( contract.exchange() );
      b.send( contract.primaryExch() );
      b.send( contract.currency() );
      b.send( contract.localSymbol() );
      b.send( contract.secIdType() );
      b.send( contract.secId() );
      b.send( order.action() );
      b.send( order.totalQuantity() );
      b.send( order.orderType() );
      b.send( order.lmtPrice() );
View Full Code Here

      b.send( contract.exchange() );
      b.send( contract.primaryExch() );
      b.send( contract.currency() );
      b.send( contract.localSymbol() );
      b.send( contract.secIdType() );
      b.send( contract.secId() );
      b.send( order.action() );
      b.send( order.totalQuantity() );
      b.send( order.orderType() );
      b.send( order.lmtPrice() );
      b.send( order.auxPrice() );
View Full Code Here

      b.send( contract.primaryExch() );
      b.send( contract.currency() );
      b.send( contract.localSymbol() );
      b.send( contract.secIdType() );
      b.send( contract.secId() );
      b.send( order.action() );
      b.send( order.totalQuantity() );
      b.send( order.orderType() );
      b.send( order.lmtPrice() );
      b.send( order.auxPrice() );
      b.send( order.tif() );
View Full Code Here

      b.send( contract.currency() );
      b.send( contract.localSymbol() );
      b.send( contract.secIdType() );
      b.send( contract.secId() );
      b.send( order.action() );
      b.send( order.totalQuantity() );
      b.send( order.orderType() );
      b.send( order.lmtPrice() );
      b.send( order.auxPrice() );
      b.send( order.tif() );
      b.send( order.ocaGroup() );
View Full Code Here

      b.send( contract.localSymbol() );
      b.send( contract.secIdType() );
      b.send( contract.secId() );
      b.send( order.action() );
      b.send( order.totalQuantity() );
      b.send( order.orderType() );
      b.send( order.lmtPrice() );
      b.send( order.auxPrice() );
      b.send( order.tif() );
      b.send( order.ocaGroup() );
      b.send( order.account() );
View Full Code Here

      b.send( contract.secIdType() );
      b.send( contract.secId() );
      b.send( order.action() );
      b.send( order.totalQuantity() );
      b.send( order.orderType() );
      b.send( order.lmtPrice() );
      b.send( order.auxPrice() );
      b.send( order.tif() );
      b.send( order.ocaGroup() );
      b.send( order.account() );
      b.send( ""); // open/close
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.