Skip to content

Instantly share code, notes, and snippets.

@johnmay
Created July 28, 2012 13:22
Show Gist options
  • Select an option

  • Save johnmay/3193378 to your computer and use it in GitHub Desktop.

Select an option

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