Uses of Class
net.sourceforge.fixagora.sellside.shared.communication.SellSideQuoteRequestEntry

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

Uses of SellSideQuoteRequestEntry in net.sourceforge.fixagora.sellside.client.view.dialog
 

Methods in net.sourceforge.fixagora.sellside.client.view.dialog that return SellSideQuoteRequestEntry
 SellSideQuoteRequestEntry SellSideQuoteRequestDialog.getSellSideQuoteRequestEntry()
          Gets the sell side quote request entry.
 

Constructors in net.sourceforge.fixagora.sellside.client.view.dialog with parameters of type SellSideQuoteRequestEntry
SellSideQuoteRequestDialog(SellSideQuoteRequestEntry sellSideQuoteRequestEntry, SellSideBookEditor sellSideBookEditor)
          Instantiates a new sell side quote request dialog.
 

Uses of SellSideQuoteRequestEntry in net.sourceforge.fixagora.sellside.client.view.editor
 

Methods in net.sourceforge.fixagora.sellside.client.view.editor with parameters of type SellSideQuoteRequestEntry
 SellSideQuoteRequestDialog SellSideBookEditor.getSellSideQuoteRequestDialog(SellSideQuoteRequestEntry sellSideQuoteRequestEntry)
          Gets the sell side quote request dialog.
 

Uses of SellSideQuoteRequestEntry in net.sourceforge.fixagora.sellside.server.control.component
 

Methods in net.sourceforge.fixagora.sellside.server.control.component that return SellSideQuoteRequestEntry
 SellSideQuoteRequestEntry SellSideBookComponentHandler.onSellSideQuoteRequestRequest(SellSideQuoteRequestRequest sellSideQuoteRequestRequest, org.jboss.netty.channel.Channel channel)
          On sell side quote request request.
 

Uses of SellSideQuoteRequestEntry in net.sourceforge.fixagora.sellside.shared.communication
 

Methods in net.sourceforge.fixagora.sellside.shared.communication that return SellSideQuoteRequestEntry
 SellSideQuoteRequestEntry SellSideQuoteRequestRequest.getSellSideQuoteRequestEntry()
          Gets the sell side quote request entry.
 SellSideQuoteRequestEntry SellSideQuoteRequestResponse.getSellSideQuoteRequestEntry()
          Gets the sell side quote request entry.
 

Constructors in net.sourceforge.fixagora.sellside.shared.communication with parameters of type SellSideQuoteRequestEntry
SellSideQuoteRequestRequest(SellSideQuoteRequestEntry sellSideQuoteRequestEntry, long requestID)
          Instantiates a new sell side quote request request.
SellSideQuoteRequestResponse(SellSideQuoteRequestEntry sellSideQuoteRequestEntry)
          Instantiates a new sell side quote request response.
SellSideQuoteRequestResponse(SellSideQuoteRequestEntry sellSideQuoteRequestEntry, SellSideQuoteRequestRequest quoteRequestRequest)
          Instantiates a new sell side quote request response.