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

How to use
ExecutionReport
in
quickfix.fix50sp2

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

origin: org.quickfixj/quickfixj-messages-all

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

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

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

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

public ExecutionReport(quickfix.field.OrderID orderID, quickfix.field.ExecID execID, quickfix.field.ExecType execType, quickfix.field.OrdStatus ordStatus, quickfix.field.Side side, quickfix.field.LeavesQty leavesQty, quickfix.field.CumQty cumQty) {
  this();
  setField(orderID);
  setField(execID);
  setField(execType);
  setField(ordStatus);
  setField(side);
  setField(leavesQty);
  setField(cumQty);
}

origin: org.quickfixj/quickfixj-messages-all

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

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

origin: org.quickfixj/quickfixj-messages-all

public quickfix.fix50sp2.component.PreAllocGrp getPreAllocGrp() throws FieldNotFound {
  return get(new quickfix.fix50sp2.component.PreAllocGrp());
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.quickfix

public ExecutionReport(quickfix.field.OrderID orderID, quickfix.field.ExecID execID, quickfix.field.ExecType execType, quickfix.field.OrdStatus ordStatus, quickfix.field.Side side, quickfix.field.LeavesQty leavesQty, quickfix.field.CumQty cumQty) {
  this();
  setField(orderID);
  setField(execID);
  setField(execType);
  setField(ordStatus);
  setField(side);
  setField(leavesQty);
  setField(cumQty);
}

origin: org.quickfixj/quickfixj-messages-all

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

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

origin: org.quickfixj/quickfixj-messages-all

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

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

public ExecutionReport(quickfix.field.OrderID orderID, quickfix.field.ExecID execID, quickfix.field.ExecType execType, quickfix.field.OrdStatus ordStatus, quickfix.field.Side side, quickfix.field.LeavesQty leavesQty, quickfix.field.CumQty cumQty) {
  this();
  setField(orderID);
  setField(execID);
  setField(execType);
  setField(ordStatus);
  setField(side);
  setField(leavesQty);
  setField(cumQty);
}

origin: org.quickfixj/quickfixj-messages-all

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

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

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

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

public quickfix.fix50sp2.component.Instrument getInstrument() throws FieldNotFound {
  return get(new quickfix.fix50sp2.component.Instrument());
}
origin: org.quickfixj/quickfixj-messages-fix50sp2

public ExecutionReport(quickfix.field.OrderID orderID, quickfix.field.ExecID execID, quickfix.field.ExecType execType, quickfix.field.OrdStatus ordStatus, quickfix.field.Side side, quickfix.field.LeavesQty leavesQty, quickfix.field.CumQty cumQty) {
  this();
  setField(orderID);
  setField(execID);
  setField(execType);
  setField(ordStatus);
  setField(side);
  setField(leavesQty);
  setField(cumQty);
}

quickfix.fix50sp2ExecutionReport

Most used methods

  • <init>
  • get
  • getComponent
  • getField
  • getHeader
  • isSetField
  • setComponent
  • setField

Popular in Java

  • Start an intent from android
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • findViewById (Activity)
  • onCreateOptionsMenu (Activity)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • Top plugins for WebStorm
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