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 Feb. 13, 2024, 3 a.m.