|
Share and Money Management 0.18devel
|
Functions | |
| def | getPrimarySourceID (share) |
| Returns the primary quotation source for a share. More... | |
| def | getPrimarySourceName (share) |
| Returns the name of the primary quotation source for a share. More... | |
| def | fetchDailyQuotes (openPos=True, watchList=True, add_shares=None) |
| Functions to query quotations. More... | |
| def smm.operations.fetchDailyQuotes | ( | openPos = True, |
|
watchList = True, |
|||
add_shares = None |
|||
| ) |
Functions to query quotations.
Fetch new daily quotes
New quotes will fetch for all selected shares. The data provider is selected per share.
| openPos | True to fetch quotes of all open positions |
| watchList | True to fetch quotes of all watch list entries |
| add_shares | List additional shares to fetch too |
References smm.operations.getPrimarySourceID().
| def smm.operations.getPrimarySourceID | ( | share | ) |
Returns the primary quotation source for a share.
None Referenced by smm.operations.fetchDailyQuotes(), and smm.operations.getPrimarySourceName().
| def smm.operations.getPrimarySourceName | ( | share | ) |
Returns the name of the primary quotation source for a share.
References smm.operations.getPrimarySourceID().