-
Fundamental Capstone Exercise 2
The meta for my optRef table is:
c | t f a
———| —–
option_id| s
inst_id | j
opt_type | s
strike | j
expiry | dI can see I successfully change the expiry column to “date”. But it seems to fail in the test:
quizItem success description error
—————————————————————————–
exercise2.1 Fail “optRef Has Correct Format ” “”
exercise2.2 Pass “instRef Has Correct Format ” “”
exercise2.3 Pass “messages Has Correct Format ” “”To get optRef, I used optRef: refServiceHandle (`getOptionRef; uniqueOpts).
I have 99 rows in my optRef table.
Any suggestions?
- This discussion was modified 1 day, 19 hours ago by Gerald.
Log in to reply.