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(
                     ))
sa-ccr/Trading documentation built on Feb. 23, 2024, 9:26 p.m.