Share and Money Management 0.18devel
|
Panel to show a summary about the current deposit. More...
Public Member Functions | |
def | __init__ (self, *args, **kwargs) |
Initialise widget. More... | |
def | psUpdateContent (self) |
Query datastore and set appropriate values. More... | |
def | __init__ (self, *args, **kwds) |
Additional Inherited Members | |
Public Attributes inherited from gui.UIBasePanelSummary.UIBasePanelSummary | |
tc_OpenPositionCount | |
tc_ClosedPositionCount | |
tc_TotalPositionCount | |
tc_CurrentVolume | |
tc_TransactionCount | |
tc_ShareCount | |
tc_FondCount | |
tc_OtherCount | |
tc_TotalCount | |
tc_CurrencyCount | |
tc_ExchangeCount | |
tc_IndexCount | |
tc_DailyQuoteCount | |
Panel to show a summary about the current deposit.
def gui.panel.PanelSummary.__init__ | ( | self, | |
* | args, | ||
** | kwargs | ||
) |
Initialise widget.
Reimplemented from gui.UIBasePanelSummary.UIBasePanelSummary.
References gui.panel.PanelSummary.psUpdateContent(), gui.panel.PanelOpenPositionList.psUpdateContent(), and gui.panel.PanelOpenPositionDetails.psUpdateContent().
def gui.panel.PanelSummary.psUpdateContent | ( | self | ) |
Query datastore and set appropriate values.
This function receives messaged from the smm
channel and updates the panel.
References gui.UIBasePanelSummary.UIBasePanelSummary.tc_ClosedPositionCount, gui.UIBasePanelSummary.UIBasePanelSummary.tc_CurrencyCount, gui.UIBasePanelSummary.UIBasePanelSummary.tc_CurrentVolume, gui.UIBasePanelSummary.UIBasePanelSummary.tc_DailyQuoteCount, gui.UIBasePanelSummary.UIBasePanelSummary.tc_ExchangeCount, gui.UIBasePanelSummary.UIBasePanelSummary.tc_FondCount, gui.UIBasePanelSummary.UIBasePanelSummary.tc_IndexCount, gui.UIBasePanelSummary.UIBasePanelSummary.tc_OpenPositionCount, gui.UIBasePanelSummary.UIBasePanelSummary.tc_OtherCount, gui.UIBasePanelSummary.UIBasePanelSummary.tc_ShareCount, gui.UIBasePanelSummary.UIBasePanelSummary.tc_TotalCount, gui.UIBasePanelSummary.UIBasePanelSummary.tc_TotalPositionCount, and gui.UIBasePanelSummary.UIBasePanelSummary.tc_TransactionCount.
Referenced by gui.panel.PanelSummary.__init__().