From 47e91a8a92b5b86944af3190680e5cfdcf562ef1 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 14 Jun 2010 04:40:39 -0400 Subject: Added initial implementation of lot_*() functions --- src/session.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/session.h') diff --git a/src/session.h b/src/session.h index d52a1e49..6de4b2dd 100644 --- a/src/session.h +++ b/src/session.h @@ -76,6 +76,9 @@ public: value_t fn_account(call_scope_t& scope); value_t fn_min(call_scope_t& scope); value_t fn_max(call_scope_t& scope); + value_t fn_lot_price(call_scope_t& scope); + value_t fn_lot_date(call_scope_t& scope); + value_t fn_lot_tag(call_scope_t& scope); void report_options(std::ostream& out) { -- cgit v1.2.3