Uses of Class
net.sourceforge.fixagora.buyside.shared.communication.AbstractBuySideEntry.Side

Packages that use AbstractBuySideEntry.Side
net.sourceforge.fixagora.buyside.client.view.dialog   
net.sourceforge.fixagora.buyside.client.view.editor   
net.sourceforge.fixagora.buyside.shared.communication   
 

Uses of AbstractBuySideEntry.Side in net.sourceforge.fixagora.buyside.client.view.dialog
 

Constructors in net.sourceforge.fixagora.buyside.client.view.dialog with parameters of type AbstractBuySideEntry.Side
QuoteRequestDialog(java.util.List<Counterparty> counterparties, long security, AbstractBuySideEntry.Side side, BuySideBookEditor buySideBookEditor)
          Instantiates a new quote request dialog.
 

Uses of AbstractBuySideEntry.Side in net.sourceforge.fixagora.buyside.client.view.editor
 

Methods in net.sourceforge.fixagora.buyside.client.view.editor with parameters of type AbstractBuySideEntry.Side
 void BuySideBookEditorMonitor.addNewOrderSingle(AbstractBuySideEntry.Side side, java.util.List<Counterparty> counterparties, long security)
          Adds the new order single.
 void BuySideBookEditor.addQuoteRequest(AbstractBuySideEntry.Side side, java.util.List<Counterparty> counterparties, long security)
          Adds the quote request.
 

Uses of AbstractBuySideEntry.Side in net.sourceforge.fixagora.buyside.shared.communication
 

Methods in net.sourceforge.fixagora.buyside.shared.communication that return AbstractBuySideEntry.Side
 AbstractBuySideEntry.Side AbstractBuySideEntry.getSide()
          Gets the side.
static AbstractBuySideEntry.Side AbstractBuySideEntry.Side.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AbstractBuySideEntry.Side[] AbstractBuySideEntry.Side.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sourceforge.fixagora.buyside.shared.communication with parameters of type AbstractBuySideEntry.Side
 void AbstractBuySideEntry.setSide(AbstractBuySideEntry.Side side)
          Sets the side.