R/Future.R

######################################################################
# Create the base option class
#
# This is used to represent the Future products and it will be contained to all the future-related classes

Future = setRefClass("Future",
                     fields = list(
                     ),
                     methods = list(
                     ))

Try the Trading package in your browser

Any scripts or data that you put into this service are public.

Trading documentation built on Aug. 27, 2022, 1:05 a.m.