|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.sellside.client.control.SellSidePlugin
public class SellSidePlugin
The Class SellSidePlugin.
Constructor Summary | |
---|---|
SellSidePlugin()
|
Method Summary | |
---|---|
AbstractBusinessObjectEditor |
getAbstractBusinessEditor(AbstractBusinessObject abstractBusinessObject,
MainPanel mainPanel)
Gets the abstract business editor. |
javax.swing.JMenuItem |
getExtraJMenuItem(MainPanel mainPanel)
Gets the extra j menu item. |
double |
getOrderNumber()
Gets the order number. |
PluginInfo |
getPluginInfo()
Gets the plugin info. |
void |
onAbstractResponse(AbstractResponse abstractResponse)
On abstract response. |
void |
onConnected()
On connected. |
void |
onDisconnected()
On disconnected. |
void |
onHistoricalSellSideDataResponse(HistoricalSellSideDataResponse historicalSellSideDataResponse)
On historical sell side data response. |
void |
onNewOrderSingleResponse(NewOrderSingleResponse newOrderSingleResponse)
On new order single response. |
void |
onSellSideQuoteRequestResponse(SellSideQuoteRequestResponse sellSideQuoteRequestResponse)
On sell side quote request response. |
void |
onUpdateSellSideMDInputEntryResponse(UpdateSellSideMDInputEntryResponse updateSellSideMDInputEntryResponse)
On update sell side md input entry response. |
void |
setBasisClientConnector(BasisClientConnector basisClientConnector)
Sets the basis client connector. |
void |
setHighlightKey(java.lang.String key)
Sets the highlight key. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SellSidePlugin()
Method Detail |
---|
public javax.swing.JMenuItem getExtraJMenuItem(MainPanel mainPanel)
FIXAgoraPlugin
getExtraJMenuItem
in interface FIXAgoraPlugin
mainPanel
- the main panel
public double getOrderNumber()
FIXAgoraPlugin
getOrderNumber
in interface FIXAgoraPlugin
public void setBasisClientConnector(BasisClientConnector basisClientConnector)
FIXAgoraPlugin
setBasisClientConnector
in interface FIXAgoraPlugin
basisClientConnector
- the new basis client connectorpublic AbstractBusinessObjectEditor getAbstractBusinessEditor(AbstractBusinessObject abstractBusinessObject, MainPanel mainPanel)
FIXAgoraPlugin
getAbstractBusinessEditor
in interface FIXAgoraPlugin
abstractBusinessObject
- the abstract business objectmainPanel
- the main panel
public void onConnected()
BasisClientConnectorListener
onConnected
in interface BasisClientConnectorListener
public void onDisconnected()
BasisClientConnectorListener
onDisconnected
in interface BasisClientConnectorListener
public void onAbstractResponse(AbstractResponse abstractResponse)
BasisClientConnectorListener
onAbstractResponse
in interface BasisClientConnectorListener
abstractResponse
- the abstract responsepublic void onUpdateSellSideMDInputEntryResponse(UpdateSellSideMDInputEntryResponse updateSellSideMDInputEntryResponse)
SellSideResponses
onUpdateSellSideMDInputEntryResponse
in interface SellSideResponses
updateSellSideMDInputEntryResponse
- the update sell side md input entry responsepublic void onNewOrderSingleResponse(NewOrderSingleResponse newOrderSingleResponse)
SellSideResponses
onNewOrderSingleResponse
in interface SellSideResponses
newOrderSingleResponse
- the new order single responsepublic void setHighlightKey(java.lang.String key)
BasisClientConnectorListener
setHighlightKey
in interface BasisClientConnectorListener
key
- the new highlight keypublic void onHistoricalSellSideDataResponse(HistoricalSellSideDataResponse historicalSellSideDataResponse)
SellSideResponses
onHistoricalSellSideDataResponse
in interface SellSideResponses
historicalSellSideDataResponse
- the historical sell side data responsepublic PluginInfo getPluginInfo()
FIXAgoraPlugin
getPluginInfo
in interface FIXAgoraPlugin
public void onSellSideQuoteRequestResponse(SellSideQuoteRequestResponse sellSideQuoteRequestResponse)
SellSideResponses
onSellSideQuoteRequestResponse
in interface SellSideResponses
sellSideQuoteRequestResponse
- the sell side quote request response
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |