|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BuySideQuotePage in net.sourceforge.fixagora.buyside.client.model.editor |
---|
Constructors in net.sourceforge.fixagora.buyside.client.model.editor with parameters of type BuySideQuotePage | |
---|---|
BuySideQuotePageEditorCompositeTableModel(BuySideQuotePage buySideQuotePage,
MainPanel mainPanel)
Instantiates a new buy side quote page editor composite table model. |
|
BuySideQuotePageEditorDepthTableModel(BuySideQuotePage buySideQuotePage,
java.util.Comparator<BuySideQuotePageEntry> comparator,
MainPanel mainPanel)
Instantiates a new buy side quote page editor depth table model. |
Uses of BuySideQuotePage in net.sourceforge.fixagora.buyside.client.view.editor |
---|
Methods in net.sourceforge.fixagora.buyside.client.view.editor that return BuySideQuotePage | |
---|---|
BuySideQuotePage |
BuySideQuotePageEditor.getBuySideQuotePage()
Gets the buy side quote page. |
Methods in net.sourceforge.fixagora.buyside.client.view.editor with parameters of type BuySideQuotePage | |
---|---|
void |
BuySideBookEditor.clearCrawler(BuySideQuotePage buySideQuotePage)
Clear crawler. |
Constructors in net.sourceforge.fixagora.buyside.client.view.editor with parameters of type BuySideQuotePage | |
---|---|
BuySideQuotePageEditor(BuySideQuotePage buySideQuotePage,
MainPanel mainPanel,
BasisClientConnector basisClientConnector)
Instantiates a new buy side quote page editor. |
|
QuotePageAskDepthTableRenderer(BuySideQuotePage buySideQuotePage)
Instantiates a new quote page ask depth table renderer. |
|
QuotePageBidDepthTableRenderer(BuySideQuotePage buySideQuotePage)
Instantiates a new quote page bid depth table renderer. |
|
QuotePageTableRenderer(BuySideQuotePage buySideQuotePage)
Instantiates a new quote page table renderer. |
Uses of BuySideQuotePage in net.sourceforge.fixagora.buyside.server.control.component |
---|
Methods in net.sourceforge.fixagora.buyside.server.control.component with parameters of type BuySideQuotePage | |
---|---|
void |
BuySideBookComponentHandler.onCloseQuoteMonitorRequest(CloseQuotePageRequest closeQuotePageRequest,
BuySideQuotePage buySideQuotePage,
org.jboss.netty.channel.Channel channel)
On close quote monitor request. |
void |
BuySideBookComponentHandler.onOpenQuoteDepthRequest(OpenQuoteDepthRequest openQuoteDepthRequest,
BuySideQuotePage buySideQuotePage,
org.jboss.netty.channel.Channel channel)
On open quote depth request. |
void |
BuySideBookComponentHandler.onOpenQuoteMonitorRequest(OpenQuotePageRequest openQuotePageRequest,
BuySideQuotePage buySideQuotePage,
org.jboss.netty.channel.Channel channel)
On open quote monitor request. |
Uses of BuySideQuotePage in net.sourceforge.fixagora.buyside.shared.persistence |
---|
Methods in net.sourceforge.fixagora.buyside.shared.persistence that return types with arguments of type BuySideQuotePage | |
---|---|
java.util.Set<BuySideQuotePage> |
AssignedBuySideBookSecurity.getBuySideQuotePages()
Gets the buy side quote pages. |
Method parameters in net.sourceforge.fixagora.buyside.shared.persistence with type arguments of type BuySideQuotePage | |
---|---|
void |
AssignedBuySideBookSecurity.setBuySideQuotePages(java.util.Set<BuySideQuotePage> buySideQuotePages)
Sets the buy side quote pages. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |