|
Description |
|
|
|
Formula |
MoneySpent(instrument)=begin retval = Diff(instrument.uprice, instrument.price) * instrument.qty * instrument.dollars if IsOption($1) then retval = Diff(instrument.oprice, instrument.price) * instrument.qty * instrument.dollars retval end |
|
|
Parameters |
instrument The instrument argument specifies which instrument to evaluate. |
|
|
Return Value |
|
|
|
Examples |
|
|
|
Comments |
|
©2008 Aspen Research Group, Ltd. All rights reserved. Terms of Use.