Description Usage Arguments Value Examples
Quantity of an instrument in a portfolio.
1 | pfo_instr_qty(pfo, instr)
|
pfo |
input portfolio. |
instr |
instrument identifier (string). |
A number.
1 2 3 4 5 | p1 <- pfo_init('USD', 100000)
p2 <- pfo_trade(p1, 'MSCI', 10.5, 1756)
pfo_instr_qty(p2, 'USD')
pfo_instr_qty(p2, 'MSCI')
pfo_instr_qty(p2, 'EUR')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.