simTrades-class {portfolioSim}R Documentation

Class "simTrades"

Description

Class "simTrades" stores a list of trades to be made in a single period.

Objects from the Class

Objects can be created by calls of the form new("simTrades", ...)

Slots

period:
Object of class "orderable" representing a single period for which these trades should be performed.
trades:
Object of class "trades" containing the trades to be performed during this period.

Author(s)

Jeff Enos jeff@kanecap.com


[Package portfolioSim version 0.2-5 Index]