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

How to use
CrossOrderCancelRequest
in
quickfix.fix50

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

origin: org.quickfixj/quickfixj-messages-all

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

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

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

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

public void set(quickfix.fix50.component.Instrument component) {
  setComponent(component);
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.quickfix

public CrossOrderCancelRequest(quickfix.field.CrossID crossID, quickfix.field.OrigCrossID origCrossID, quickfix.field.CrossType crossType, quickfix.field.CrossPrioritization crossPrioritization, quickfix.field.TransactTime transactTime) {
  this();
  setField(crossID);
  setField(origCrossID);
  setField(crossType);
  setField(crossPrioritization);
  setField(transactTime);
}

origin: org.quickfixj/quickfixj-all

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

origin: org.quickfixj/quickfixj-messages-all

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

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

public CrossOrderCancelRequest(quickfix.field.CrossID crossID, quickfix.field.OrigCrossID origCrossID, quickfix.field.CrossType crossType, quickfix.field.CrossPrioritization crossPrioritization, quickfix.field.TransactTime transactTime) {
  this();
  setField(crossID);
  setField(origCrossID);
  setField(crossType);
  setField(crossPrioritization);
  setField(transactTime);
}

origin: org.quickfixj/quickfixj-messages-fix50

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

origin: org.quickfixj/quickfixj-messages-all

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

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

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

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

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

public CrossOrderCancelRequest(quickfix.field.CrossID crossID, quickfix.field.OrigCrossID origCrossID, quickfix.field.CrossType crossType, quickfix.field.CrossPrioritization crossPrioritization, quickfix.field.TransactTime transactTime) {
  this();
  setField(crossID);
  setField(origCrossID);
  setField(crossType);
  setField(crossPrioritization);
  setField(transactTime);
}

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

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

origin: org.quickfixj/quickfixj-messages-all

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

public quickfix.fix50.component.InstrmtLegGrp get(quickfix.fix50.component.InstrmtLegGrp component) throws FieldNotFound {
  getComponent(component);
  return component;
}
quickfix.fix50CrossOrderCancelRequest

Most used methods

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

Popular in Java

  • Making http requests using okhttp
  • onRequestPermissionsResult (Fragment)
  • putExtra (Intent)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • Menu (java.awt)
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • 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