congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
NewOrderSingle
Code IndexAdd Tabnine to your IDE (free)

How to use
NewOrderSingle
in
quickfix.fix43

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

origin: org.quickfixj/quickfixj-messages-all

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

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

public boolean isSetAccountType() {
  return isSetField(581);
}
origin: org.quickfixj/quickfixj-messages-all

public quickfix.field.TradeOriginationDate getTradeOriginationDate() throws FieldNotFound {
  return get(new quickfix.field.TradeOriginationDate());
}
origin: org.quickfixj/quickfixj-messages-fix43

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

origin: org.quickfixj/quickfixj-examples-banzai

public void send43(Order order) {
  quickfix.fix43.NewOrderSingle newOrderSingle = new quickfix.fix43.NewOrderSingle(
      new ClOrdID(order.getID()), new HandlInst('1'), sideToFIXSide(order.getSide()),
      new TransactTime(), typeToFIXType(order.getType()));
  newOrderSingle.set(new OrderQty(order.getQuantity()));
  newOrderSingle.set(new Symbol(order.getSymbol()));
  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 void set(quickfix.fix43.component.SpreadOrBenchmarkCurveData component) {
  setComponent(component);
}
origin: org.quickfixj/quickfixj-messages-all

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

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

origin: org.quickfixj/quickfixj-messages-fix43

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

origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.quickfix

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

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

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

origin: org.quickfixj/quickfixj-messages-all

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

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

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

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

origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.quickfix

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

public quickfix.field.ExDestination getExDestination() throws FieldNotFound {
  return get(new quickfix.field.ExDestination());
}
quickfix.fix43NewOrderSingle

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
  • getApplicationContext (Context)
  • onCreateOptionsMenu (Activity)
  • findViewById (Activity)
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • ServerSocket (java.net)
    This class represents a server-side socket that waits for incoming client connections. A ServerSocke
  • Socket (java.net)
    Provides a client-side TCP socket.
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • Top 12 Jupyter Notebook Extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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