Uses of Class
net.sourceforge.fixagora.buyside.shared.communication.BuySideQuoteRequestEntry

Packages that use BuySideQuoteRequestEntry
net.sourceforge.fixagora.buyside.client.view.dialog   
net.sourceforge.fixagora.buyside.client.view.editor   
net.sourceforge.fixagora.buyside.server.control.component   
net.sourceforge.fixagora.buyside.shared.communication   
 

Uses of BuySideQuoteRequestEntry in net.sourceforge.fixagora.buyside.client.view.dialog
 

Methods in net.sourceforge.fixagora.buyside.client.view.dialog that return BuySideQuoteRequestEntry
 BuySideQuoteRequestEntry QuoteResponseDialog.getBuySideQuoteRequestEntry()
          Gets the buy side quote request entry.
 

Constructors in net.sourceforge.fixagora.buyside.client.view.dialog with parameters of type BuySideQuoteRequestEntry
QuoteResponseDialog(BuySideQuoteRequestEntry buySideQuoteRequestEntry, BuySideBookEditor buySideBookEditor)
          Instantiates a new quote response dialog.
 

Uses of BuySideQuoteRequestEntry in net.sourceforge.fixagora.buyside.client.view.editor
 

Methods in net.sourceforge.fixagora.buyside.client.view.editor with parameters of type BuySideQuoteRequestEntry
 QuoteResponseDialog BuySideBookEditor.getQuoteResponseDialog(BuySideQuoteRequestEntry buySideQuoteRequestEntry)
          Gets the quote response dialog.
 

Uses of BuySideQuoteRequestEntry in net.sourceforge.fixagora.buyside.server.control.component
 

Methods in net.sourceforge.fixagora.buyside.server.control.component that return types with arguments of type BuySideQuoteRequestEntry
 java.util.List<BuySideQuoteRequestEntry> BuySideBookComponentHandler.onBuySideQuoteRequestRequest(BuySideQuoteRequestRequest quoteRequestRequest, org.jboss.netty.channel.Channel channel)
          On buy side quote request request.
 

Uses of BuySideQuoteRequestEntry in net.sourceforge.fixagora.buyside.shared.communication
 

Methods in net.sourceforge.fixagora.buyside.shared.communication that return types with arguments of type BuySideQuoteRequestEntry
 java.util.List<BuySideQuoteRequestEntry> BuySideQuoteRequestResponse.getBuySideQuoteRequestEntries()
          Gets the buy side quote request entries.
 java.util.List<BuySideQuoteRequestEntry> BuySideQuoteRequestRequest.getBuySideQuoteRequestEntries()
          Gets the buy side quote request entries.
 

Constructor parameters in net.sourceforge.fixagora.buyside.shared.communication with type arguments of type BuySideQuoteRequestEntry
BuySideQuoteRequestRequest(java.util.List<BuySideQuoteRequestEntry> buySideQuoteRequestEntries, long requestID)
          Instantiates a new buy side quote request request.
BuySideQuoteRequestResponse(java.util.List<BuySideQuoteRequestEntry> buySideQuoteRequestEntries)
          Instantiates a new buy side quote request response.
BuySideQuoteRequestResponse(java.util.List<BuySideQuoteRequestEntry> buySideQuoteRequestEntries, BuySideQuoteRequestRequest quoteRequestRequest)
          Instantiates a new buy side quote request response.