congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
NewOrderSingle
Code IndexAdd Tabnine to your IDE (free)

How to use
NewOrderSingle
in
quickfix.fix50

Best Java code snippets using quickfix.fix50.NewOrderSingle (Showing top 20 results out of 315)

origin: org.quickfixj/quickfixj-messages-all

public quickfix.fix50.component.Stipulations get(quickfix.fix50.component.Stipulations component) throws FieldNotFound {
  getComponent(component);
  return component;
}
origin: org.quickfixj/quickfixj-messages-all

public quickfix.field.SecondaryClOrdID get(quickfix.field.SecondaryClOrdID value) throws FieldNotFound {
  getField(value);
  return value;
}
origin: org.quickfixj/quickfixj-messages-all

public boolean isSet(quickfix.field.SettlDate field) {
  return isSetField(field);
}
origin: org.quickfixj/quickfixj-messages-all

public quickfix.field.TradeDate getTradeDate() throws FieldNotFound {
  return get(new quickfix.field.TradeDate());
}
origin: org.quickfixj/quickfixj-messages-fix50

public NewOrderSingle(quickfix.field.ClOrdID clOrdID, quickfix.field.Side side, quickfix.field.TransactTime transactTime, quickfix.field.OrdType ordType) {
  this();
  setField(clOrdID);
  setField(side);
  setField(transactTime);
  setField(ordType);
}

origin: org.quickfixj/quickfixj-messages-all

public void set(quickfix.fix50.component.PreAllocGrp component) {
  setComponent(component);
}
origin: org.quickfixj/quickfixj-examples-banzai

public void send50(Order order) {
  quickfix.fix50.NewOrderSingle newOrderSingle = new quickfix.fix50.NewOrderSingle(
      new ClOrdID(order.getID()), sideToFIXSide(order.getSide()),
      new TransactTime(), typeToFIXType(order.getType()));
  newOrderSingle.set(new OrderQty(order.getQuantity()));
  newOrderSingle.set(new Symbol(order.getSymbol()));
  newOrderSingle.set(new HandlInst('1'));
  send(populateOrder(order, newOrderSingle), order.getSessionID());
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.quickfix

public NewOrderSingle() {
  super();
  getHeader().setField(new quickfix.field.MsgType(MSGTYPE));
}

origin: org.quickfixj/quickfixj-messages-all

public quickfix.field.Account getAccount() throws FieldNotFound {
  return get(new quickfix.field.Account());
}
origin: org.quickfixj/quickfixj-all

public NewOrderSingle(quickfix.field.ClOrdID clOrdID, quickfix.field.Side side, quickfix.field.TransactTime transactTime, quickfix.field.OrdType ordType) {
  this();
  setField(clOrdID);
  setField(side);
  setField(transactTime);
  setField(ordType);
}

origin: org.quickfixj/quickfixj-all

public void set(quickfix.fix50.component.PreAllocGrp component) {
  setComponent(component);
}
origin: org.quickfixj/quickfixj-messages-all

public NewOrderSingle() {
  super();
  getHeader().setField(new quickfix.field.MsgType(MSGTYPE));
}

origin: org.quickfixj/quickfixj-messages-all

public quickfix.fix50.component.CommissionData get(quickfix.fix50.component.CommissionData component) throws FieldNotFound {
  getComponent(component);
  return component;
}
origin: org.quickfixj/quickfixj-messages-all

public quickfix.field.AcctIDSource getAcctIDSource() throws FieldNotFound {
  return get(new quickfix.field.AcctIDSource());
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.quickfix

public NewOrderSingle(quickfix.field.ClOrdID clOrdID, quickfix.field.Side side, quickfix.field.TransactTime transactTime, quickfix.field.OrdType ordType) {
  this();
  setField(clOrdID);
  setField(side);
  setField(transactTime);
  setField(ordType);
}

origin: org.quickfixj/quickfixj-messages-all

public quickfix.field.SettlType get(quickfix.field.SettlType value) throws FieldNotFound {
  getField(value);
  return value;
}
origin: org.quickfixj/quickfixj-messages-all

public boolean isSet(quickfix.field.LocaleOfIssue field) {
  return isSetField(field);
}
origin: org.quickfixj/quickfixj-all

public void set(quickfix.fix50.component.TrdgSesGrp component) {
  setComponent(component);
}
origin: org.quickfixj/quickfixj-all

public NewOrderSingle() {
  super();
  getHeader().setField(new quickfix.field.MsgType(MSGTYPE));
}

origin: org.quickfixj/quickfixj-messages-all

public quickfix.fix50.component.PegInstructions get(quickfix.fix50.component.PegInstructions component) throws FieldNotFound {
  getComponent(component);
  return component;
}
quickfix.fix50NewOrderSingle

Most used methods

  • <init>
  • get
  • getComponent
  • getField
  • getHeader
  • isSetField
  • setComponent
  • setField
  • getClOrdID
  • getOrderQty
  • getSide
  • getSymbol
  • getSide,
  • getSymbol,
  • set

Popular in Java

  • Making http requests using okhttp
  • notifyDataSetChanged (ArrayAdapter)
  • getSupportFragmentManager (FragmentActivity)
  • getSystemService (Context)
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • URLEncoder (java.net)
    This class is used to encode a string using the format required by application/x-www-form-urlencoded
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • JButton (javax.swing)
  • Runner (org.openjdk.jmh.runner)
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now