Skip to content

Instantly share code, notes, and snippets.

@johnmay
Created July 28, 2012 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnmay/3193378 to your computer and use it in GitHub Desktop.
Save johnmay/3193378 to your computer and use it in GitHub Desktop.
IMultiOrderQueryBond
public interface IMultiOrderQueryBond extends IQueryBond {
/**
* Access the alternate bond order
*/
public IBond.Order getAuxiliaryOrder();
/**
* Flips the bond primary and auxiliary orders
*/
public void flip();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment